<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="B%201_arquivos/estilo.css">
<link rel="stylesheet" href="B%201_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="B%201_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="B%201_arquivos/jquery.js" type="text/javascript"></script>
<script src="B%201_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="B%201_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="B%201_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Noite | B - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="47" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96454" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1099021&nbsp;ANA CELIA ANDRADE BRAGA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1099021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1099021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_154" id="ci_AlunoAvaliacao_1099021_154" value="80381355" type="hidden">
                <input name="nr_Nota_1099021_154" id="nr_Nota_1099021_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_160" id="ci_AlunoAvaliacao_1099021_160" value="80467812" type="hidden">
                <input name="nr_Nota_1099021_160" id="nr_Nota_1099021_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_530" id="ci_AlunoAvaliacao_1099021_530" value="80469006" type="hidden">
                <input name="nr_Nota_1099021_530" id="nr_Nota_1099021_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_780" id="ci_AlunoAvaliacao_1099021_780" value="80468076" type="hidden">
                <input name="nr_Nota_1099021_780" id="nr_Nota_1099021_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_800" id="ci_AlunoAvaliacao_1099021_800" value="80468386" type="hidden">
                <input name="nr_Nota_1099021_800" id="nr_Nota_1099021_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_890" id="ci_AlunoAvaliacao_1099021_890" value="89732104" type="hidden">
                <input name="nr_Nota_1099021_890" id="nr_Nota_1099021_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_970" id="ci_AlunoAvaliacao_1099021_970" value="80468531" type="hidden">
                <input name="nr_Nota_1099021_970" id="nr_Nota_1099021_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_3330" id="ci_AlunoAvaliacao_1099021_3330" value="80381453" type="hidden">
                <input name="nr_Nota_1099021_3330" id="nr_Nota_1099021_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1130" id="ci_AlunoAvaliacao_1099021_1130" value="80381577" type="hidden">
                <input name="nr_Nota_1099021_1130" id="nr_Nota_1099021_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1140" id="ci_AlunoAvaliacao_1099021_1140" value="80381149" type="hidden">
                <input name="nr_Nota_1099021_1140" id="nr_Nota_1099021_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1200" id="ci_AlunoAvaliacao_1099021_1200" value="80381760" type="hidden">
                <input name="nr_Nota_1099021_1200" id="nr_Nota_1099021_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1620" id="ci_AlunoAvaliacao_1099021_1620" value="80468693" type="hidden">
                <input name="nr_Nota_1099021_1620" id="nr_Nota_1099021_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1730" id="ci_AlunoAvaliacao_1099021_1730" value="80468956" type="hidden">
                <input name="nr_Nota_1099021_1730" id="nr_Nota_1099021_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1166874&nbsp;ANA FLAVIA COSTA BEZERRA BOTAO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1166874" type="hidden"></td>
            
            <td id="colunaNotaAluno_1166874_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_154" id="ci_AlunoAvaliacao_1166874_154" value="80381356" type="hidden">
                <input name="nr_Nota_1166874_154" id="nr_Nota_1166874_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_160" id="ci_AlunoAvaliacao_1166874_160" value="80467813" type="hidden">
                <input name="nr_Nota_1166874_160" id="nr_Nota_1166874_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_530" id="ci_AlunoAvaliacao_1166874_530" value="80469007" type="hidden">
                <input name="nr_Nota_1166874_530" id="nr_Nota_1166874_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_780" id="ci_AlunoAvaliacao_1166874_780" value="80468077" type="hidden">
                <input name="nr_Nota_1166874_780" id="nr_Nota_1166874_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_800" id="ci_AlunoAvaliacao_1166874_800" value="80468387" type="hidden">
                <input name="nr_Nota_1166874_800" id="nr_Nota_1166874_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_890" id="ci_AlunoAvaliacao_1166874_890" value="89732105" type="hidden">
                <input name="nr_Nota_1166874_890" id="nr_Nota_1166874_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_970" id="ci_AlunoAvaliacao_1166874_970" value="80468532" type="hidden">
                <input name="nr_Nota_1166874_970" id="nr_Nota_1166874_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_3330" id="ci_AlunoAvaliacao_1166874_3330" value="80381454" type="hidden">
                <input name="nr_Nota_1166874_3330" id="nr_Nota_1166874_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1130" id="ci_AlunoAvaliacao_1166874_1130" value="80381578" type="hidden">
                <input name="nr_Nota_1166874_1130" id="nr_Nota_1166874_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1140" id="ci_AlunoAvaliacao_1166874_1140" value="80381150" type="hidden">
                <input name="nr_Nota_1166874_1140" id="nr_Nota_1166874_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1200" id="ci_AlunoAvaliacao_1166874_1200" value="80381761" type="hidden">
                <input name="nr_Nota_1166874_1200" id="nr_Nota_1166874_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1620" id="ci_AlunoAvaliacao_1166874_1620" value="80468694" type="hidden">
                <input name="nr_Nota_1166874_1620" id="nr_Nota_1166874_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1730" id="ci_AlunoAvaliacao_1166874_1730" value="80468957" type="hidden">
                <input name="nr_Nota_1166874_1730" id="nr_Nota_1166874_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;911877&nbsp;ANDREZA DA SILVA LAURENTINO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="911877" type="hidden"></td>
            
            <td id="colunaNotaAluno_911877_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_154" id="ci_AlunoAvaliacao_911877_154" value="79672397" type="hidden">
                <input name="nr_Nota_911877_154" id="nr_Nota_911877_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_160" id="ci_AlunoAvaliacao_911877_160" value="79431262" type="hidden">
                <input name="nr_Nota_911877_160" id="nr_Nota_911877_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_530" id="ci_AlunoAvaliacao_911877_530" value="80469009" type="hidden">
                <input name="nr_Nota_911877_530" id="nr_Nota_911877_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_780" id="ci_AlunoAvaliacao_911877_780" value="79437654" type="hidden">
                <input name="nr_Nota_911877_780" id="nr_Nota_911877_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_800" id="ci_AlunoAvaliacao_911877_800" value="79434047" type="hidden">
                <input name="nr_Nota_911877_800" id="nr_Nota_911877_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_890" id="ci_AlunoAvaliacao_911877_890" value="102701084" type="hidden">
                <input name="nr_Nota_911877_890" id="nr_Nota_911877_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_970" id="ci_AlunoAvaliacao_911877_970" value="80468534" type="hidden">
                <input name="nr_Nota_911877_970" id="nr_Nota_911877_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_3330" id="ci_AlunoAvaliacao_911877_3330" value="79739427" type="hidden">
                <input name="nr_Nota_911877_3330" id="nr_Nota_911877_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1130" id="ci_AlunoAvaliacao_911877_1130" value="80381580" type="hidden">
                <input name="nr_Nota_911877_1130" id="nr_Nota_911877_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1140" id="ci_AlunoAvaliacao_911877_1140" value="79672182" type="hidden">
                <input name="nr_Nota_911877_1140" id="nr_Nota_911877_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1200" id="ci_AlunoAvaliacao_911877_1200" value="77880848" type="hidden">
                <input name="nr_Nota_911877_1200" id="nr_Nota_911877_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1620" id="ci_AlunoAvaliacao_911877_1620" value="78637145" type="hidden">
                <input name="nr_Nota_911877_1620" id="nr_Nota_911877_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1730" id="ci_AlunoAvaliacao_911877_1730" value="80468959" type="hidden">
                <input name="nr_Nota_911877_1730" id="nr_Nota_911877_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;895913&nbsp;BRUNA ALVES RODRIGUES
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="895913" type="hidden"></td>
            
            <td id="colunaNotaAluno_895913_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_154" id="ci_AlunoAvaliacao_895913_154" value="80381359" type="hidden">
                <input name="nr_Nota_895913_154" id="nr_Nota_895913_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_160" id="ci_AlunoAvaliacao_895913_160" value="80467816" type="hidden">
                <input name="nr_Nota_895913_160" id="nr_Nota_895913_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_530" id="ci_AlunoAvaliacao_895913_530" value="80469011" type="hidden">
                <input name="nr_Nota_895913_530" id="nr_Nota_895913_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_780" id="ci_AlunoAvaliacao_895913_780" value="80468080" type="hidden">
                <input name="nr_Nota_895913_780" id="nr_Nota_895913_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_800" id="ci_AlunoAvaliacao_895913_800" value="80468390" type="hidden">
                <input name="nr_Nota_895913_800" id="nr_Nota_895913_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_890" id="ci_AlunoAvaliacao_895913_890" value="" type="hidden">
                <input name="nr_Nota_895913_890" id="nr_Nota_895913_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_970" id="ci_AlunoAvaliacao_895913_970" value="80468536" type="hidden">
                <input name="nr_Nota_895913_970" id="nr_Nota_895913_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_3330" id="ci_AlunoAvaliacao_895913_3330" value="80381457" type="hidden">
                <input name="nr_Nota_895913_3330" id="nr_Nota_895913_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1130" id="ci_AlunoAvaliacao_895913_1130" value="80381582" type="hidden">
                <input name="nr_Nota_895913_1130" id="nr_Nota_895913_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1140" id="ci_AlunoAvaliacao_895913_1140" value="79672183" type="hidden">
                <input name="nr_Nota_895913_1140" id="nr_Nota_895913_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1200" id="ci_AlunoAvaliacao_895913_1200" value="80381764" type="hidden">
                <input name="nr_Nota_895913_1200" id="nr_Nota_895913_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1620" id="ci_AlunoAvaliacao_895913_1620" value="80468697" type="hidden">
                <input name="nr_Nota_895913_1620" id="nr_Nota_895913_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1730" id="ci_AlunoAvaliacao_895913_1730" value="80468961" type="hidden">
                <input name="nr_Nota_895913_1730" id="nr_Nota_895913_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191097&nbsp;BRUNO ALEF RODRIGUES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1191097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191097_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_154" id="ci_AlunoAvaliacao_1191097_154" value="79044017" type="hidden">
                <input name="nr_Nota_1191097_154" id="nr_Nota_1191097_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_160" id="ci_AlunoAvaliacao_1191097_160" value="79041955" type="hidden">
                <input name="nr_Nota_1191097_160" id="nr_Nota_1191097_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_530" id="ci_AlunoAvaliacao_1191097_530" value="79045449" type="hidden">
                <input name="nr_Nota_1191097_530" id="nr_Nota_1191097_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_780" id="ci_AlunoAvaliacao_1191097_780" value="79323515" type="hidden">
                <input name="nr_Nota_1191097_780" id="nr_Nota_1191097_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_800" id="ci_AlunoAvaliacao_1191097_800" value="79043767" type="hidden">
                <input name="nr_Nota_1191097_800" id="nr_Nota_1191097_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_890" id="ci_AlunoAvaliacao_1191097_890" value="89732106" type="hidden">
                <input name="nr_Nota_1191097_890" id="nr_Nota_1191097_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_970" id="ci_AlunoAvaliacao_1191097_970" value="79041796" type="hidden">
                <input name="nr_Nota_1191097_970" id="nr_Nota_1191097_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_3330" id="ci_AlunoAvaliacao_1191097_3330" value="79045134" type="hidden">
                <input name="nr_Nota_1191097_3330" id="nr_Nota_1191097_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1130" id="ci_AlunoAvaliacao_1191097_1130" value="79044216" type="hidden">
                <input name="nr_Nota_1191097_1130" id="nr_Nota_1191097_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1140" id="ci_AlunoAvaliacao_1191097_1140" value="79044643" type="hidden">
                <input name="nr_Nota_1191097_1140" id="nr_Nota_1191097_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1200" id="ci_AlunoAvaliacao_1191097_1200" value="80381789" type="hidden">
                <input name="nr_Nota_1191097_1200" id="nr_Nota_1191097_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1620" id="ci_AlunoAvaliacao_1191097_1620" value="79043265" type="hidden">
                <input name="nr_Nota_1191097_1620" id="nr_Nota_1191097_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1730" id="ci_AlunoAvaliacao_1191097_1730" value="77743321" type="hidden">
                <input name="nr_Nota_1191097_1730" id="nr_Nota_1191097_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657255&nbsp;CAMILA MARQUES DA SILVA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1657255" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657255_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_154" id="ci_AlunoAvaliacao_1657255_154" value="80381361" type="hidden">
                <input name="nr_Nota_1657255_154" id="nr_Nota_1657255_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_160" id="ci_AlunoAvaliacao_1657255_160" value="80467818" type="hidden">
                <input name="nr_Nota_1657255_160" id="nr_Nota_1657255_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_530" id="ci_AlunoAvaliacao_1657255_530" value="80469013" type="hidden">
                <input name="nr_Nota_1657255_530" id="nr_Nota_1657255_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_780" id="ci_AlunoAvaliacao_1657255_780" value="80468082" type="hidden">
                <input name="nr_Nota_1657255_780" id="nr_Nota_1657255_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_800" id="ci_AlunoAvaliacao_1657255_800" value="80468392" type="hidden">
                <input name="nr_Nota_1657255_800" id="nr_Nota_1657255_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_890" id="ci_AlunoAvaliacao_1657255_890" value="89732107" type="hidden">
                <input name="nr_Nota_1657255_890" id="nr_Nota_1657255_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_970" id="ci_AlunoAvaliacao_1657255_970" value="80468538" type="hidden">
                <input name="nr_Nota_1657255_970" id="nr_Nota_1657255_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_3330" id="ci_AlunoAvaliacao_1657255_3330" value="80381459" type="hidden">
                <input name="nr_Nota_1657255_3330" id="nr_Nota_1657255_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1130" id="ci_AlunoAvaliacao_1657255_1130" value="80381584" type="hidden">
                <input name="nr_Nota_1657255_1130" id="nr_Nota_1657255_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1140" id="ci_AlunoAvaliacao_1657255_1140" value="80381154" type="hidden">
                <input name="nr_Nota_1657255_1140" id="nr_Nota_1657255_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1200" id="ci_AlunoAvaliacao_1657255_1200" value="80381766" type="hidden">
                <input name="nr_Nota_1657255_1200" id="nr_Nota_1657255_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1620" id="ci_AlunoAvaliacao_1657255_1620" value="80468699" type="hidden">
                <input name="nr_Nota_1657255_1620" id="nr_Nota_1657255_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1730" id="ci_AlunoAvaliacao_1657255_1730" value="80468963" type="hidden">
                <input name="nr_Nota_1657255_1730" id="nr_Nota_1657255_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;416269&nbsp;CAMILA NASCIMENTO COSTA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="416269" type="hidden"></td>
            
            <td id="colunaNotaAluno_416269_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_154" id="ci_AlunoAvaliacao_416269_154" value="102701687" type="hidden">
                <input name="nr_Nota_416269_154" id="nr_Nota_416269_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_160" id="ci_AlunoAvaliacao_416269_160" value="77732111" type="hidden">
                <input name="nr_Nota_416269_160" id="nr_Nota_416269_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_530" id="ci_AlunoAvaliacao_416269_530" value="78727819" type="hidden">
                <input name="nr_Nota_416269_530" id="nr_Nota_416269_530" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_780" id="ci_AlunoAvaliacao_416269_780" value="78803999" type="hidden">
                <input name="nr_Nota_416269_780" id="nr_Nota_416269_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_800" id="ci_AlunoAvaliacao_416269_800" value="78802228" type="hidden">
                <input name="nr_Nota_416269_800" id="nr_Nota_416269_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_890" id="ci_AlunoAvaliacao_416269_890" value="78730039" type="hidden">
                <input name="nr_Nota_416269_890" id="nr_Nota_416269_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_970" id="ci_AlunoAvaliacao_416269_970" value="78732249" type="hidden">
                <input name="nr_Nota_416269_970" id="nr_Nota_416269_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_3330" id="ci_AlunoAvaliacao_416269_3330" value="78729204" type="hidden">
                <input name="nr_Nota_416269_3330" id="nr_Nota_416269_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1130" id="ci_AlunoAvaliacao_416269_1130" value="77718658" type="hidden">
                <input name="nr_Nota_416269_1130" id="nr_Nota_416269_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1140" id="ci_AlunoAvaliacao_416269_1140" value="77640768" type="hidden">
                <input name="nr_Nota_416269_1140" id="nr_Nota_416269_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1200" id="ci_AlunoAvaliacao_416269_1200" value="78933963" type="hidden">
                <input name="nr_Nota_416269_1200" id="nr_Nota_416269_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1620" id="ci_AlunoAvaliacao_416269_1620" value="78730847" type="hidden">
                <input name="nr_Nota_416269_1620" id="nr_Nota_416269_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1730" id="ci_AlunoAvaliacao_416269_1730" value="78804613" type="hidden">
                <input name="nr_Nota_416269_1730" id="nr_Nota_416269_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;107569&nbsp;CARLOS NATANIEL BARBOSA NUNES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="107569" type="hidden"></td>
            
            <td id="colunaNotaAluno_107569_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_154" id="ci_AlunoAvaliacao_107569_154" value="80381363" type="hidden">
                <input name="nr_Nota_107569_154" id="nr_Nota_107569_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_160" id="ci_AlunoAvaliacao_107569_160" value="80467820" type="hidden">
                <input name="nr_Nota_107569_160" id="nr_Nota_107569_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_530" id="ci_AlunoAvaliacao_107569_530" value="80469015" type="hidden">
                <input name="nr_Nota_107569_530" id="nr_Nota_107569_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_780" id="ci_AlunoAvaliacao_107569_780" value="80468084" type="hidden">
                <input name="nr_Nota_107569_780" id="nr_Nota_107569_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_800" id="ci_AlunoAvaliacao_107569_800" value="80468394" type="hidden">
                <input name="nr_Nota_107569_800" id="nr_Nota_107569_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_890" id="ci_AlunoAvaliacao_107569_890" value="" type="hidden">
                <input name="nr_Nota_107569_890" id="nr_Nota_107569_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_970" id="ci_AlunoAvaliacao_107569_970" value="80468540" type="hidden">
                <input name="nr_Nota_107569_970" id="nr_Nota_107569_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_3330" id="ci_AlunoAvaliacao_107569_3330" value="80381461" type="hidden">
                <input name="nr_Nota_107569_3330" id="nr_Nota_107569_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1130" id="ci_AlunoAvaliacao_107569_1130" value="80381586" type="hidden">
                <input name="nr_Nota_107569_1130" id="nr_Nota_107569_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1140" id="ci_AlunoAvaliacao_107569_1140" value="80381156" type="hidden">
                <input name="nr_Nota_107569_1140" id="nr_Nota_107569_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1200" id="ci_AlunoAvaliacao_107569_1200" value="80381768" type="hidden">
                <input name="nr_Nota_107569_1200" id="nr_Nota_107569_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1620" id="ci_AlunoAvaliacao_107569_1620" value="80468701" type="hidden">
                <input name="nr_Nota_107569_1620" id="nr_Nota_107569_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1730" id="ci_AlunoAvaliacao_107569_1730" value="80468965" type="hidden">
                <input name="nr_Nota_107569_1730" id="nr_Nota_107569_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;295038&nbsp;CRISTIANE DA SILVA LIMA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="295038" type="hidden"></td>
            
            <td id="colunaNotaAluno_295038_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_154" id="ci_AlunoAvaliacao_295038_154" value="79672398" type="hidden">
                <input name="nr_Nota_295038_154" id="nr_Nota_295038_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_160" id="ci_AlunoAvaliacao_295038_160" value="79431263" type="hidden">
                <input name="nr_Nota_295038_160" id="nr_Nota_295038_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_530" id="ci_AlunoAvaliacao_295038_530" value="80469017" type="hidden">
                <input name="nr_Nota_295038_530" id="nr_Nota_295038_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_780" id="ci_AlunoAvaliacao_295038_780" value="79437655" type="hidden">
                <input name="nr_Nota_295038_780" id="nr_Nota_295038_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_800" id="ci_AlunoAvaliacao_295038_800" value="79434048" type="hidden">
                <input name="nr_Nota_295038_800" id="nr_Nota_295038_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_890" id="ci_AlunoAvaliacao_295038_890" value="89732108" type="hidden">
                <input name="nr_Nota_295038_890" id="nr_Nota_295038_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_970" id="ci_AlunoAvaliacao_295038_970" value="80468542" type="hidden">
                <input name="nr_Nota_295038_970" id="nr_Nota_295038_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_3330" id="ci_AlunoAvaliacao_295038_3330" value="79739428" type="hidden">
                <input name="nr_Nota_295038_3330" id="nr_Nota_295038_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1130" id="ci_AlunoAvaliacao_295038_1130" value="80381588" type="hidden">
                <input name="nr_Nota_295038_1130" id="nr_Nota_295038_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1140" id="ci_AlunoAvaliacao_295038_1140" value="79672184" type="hidden">
                <input name="nr_Nota_295038_1140" id="nr_Nota_295038_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1200" id="ci_AlunoAvaliacao_295038_1200" value="77880851" type="hidden">
                <input name="nr_Nota_295038_1200" id="nr_Nota_295038_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1620" id="ci_AlunoAvaliacao_295038_1620" value="78637149" type="hidden">
                <input name="nr_Nota_295038_1620" id="nr_Nota_295038_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1730" id="ci_AlunoAvaliacao_295038_1730" value="80468967" type="hidden">
                <input name="nr_Nota_295038_1730" id="nr_Nota_295038_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;593015&nbsp;CRISTIANE OLIVEIRA DA COSTA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="593015" type="hidden"></td>
            
            <td id="colunaNotaAluno_593015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_154" id="ci_AlunoAvaliacao_593015_154" value="80381358" type="hidden">
                <input name="nr_Nota_593015_154" id="nr_Nota_593015_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_160" id="ci_AlunoAvaliacao_593015_160" value="80467815" type="hidden">
                <input name="nr_Nota_593015_160" id="nr_Nota_593015_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_530" id="ci_AlunoAvaliacao_593015_530" value="80469010" type="hidden">
                <input name="nr_Nota_593015_530" id="nr_Nota_593015_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_780" id="ci_AlunoAvaliacao_593015_780" value="80468079" type="hidden">
                <input name="nr_Nota_593015_780" id="nr_Nota_593015_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_800" id="ci_AlunoAvaliacao_593015_800" value="80468389" type="hidden">
                <input name="nr_Nota_593015_800" id="nr_Nota_593015_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_890" id="ci_AlunoAvaliacao_593015_890" value="" type="hidden">
                <input name="nr_Nota_593015_890" id="nr_Nota_593015_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_970" id="ci_AlunoAvaliacao_593015_970" value="80468535" type="hidden">
                <input name="nr_Nota_593015_970" id="nr_Nota_593015_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_3330" id="ci_AlunoAvaliacao_593015_3330" value="80381456" type="hidden">
                <input name="nr_Nota_593015_3330" id="nr_Nota_593015_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1130" id="ci_AlunoAvaliacao_593015_1130" value="80381581" type="hidden">
                <input name="nr_Nota_593015_1130" id="nr_Nota_593015_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1140" id="ci_AlunoAvaliacao_593015_1140" value="80381152" type="hidden">
                <input name="nr_Nota_593015_1140" id="nr_Nota_593015_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1200" id="ci_AlunoAvaliacao_593015_1200" value="80381763" type="hidden">
                <input name="nr_Nota_593015_1200" id="nr_Nota_593015_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1620" id="ci_AlunoAvaliacao_593015_1620" value="80468696" type="hidden">
                <input name="nr_Nota_593015_1620" id="nr_Nota_593015_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1730" id="ci_AlunoAvaliacao_593015_1730" value="80468960" type="hidden">
                <input name="nr_Nota_593015_1730" id="nr_Nota_593015_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;269846&nbsp;DAVID ANGELINO DE CASTRO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="269846" type="hidden"></td>
            
            <td id="colunaNotaAluno_269846_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_154" id="ci_AlunoAvaliacao_269846_154" value="80381360" type="hidden">
                <input name="nr_Nota_269846_154" id="nr_Nota_269846_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_160" id="ci_AlunoAvaliacao_269846_160" value="80467817" type="hidden">
                <input name="nr_Nota_269846_160" id="nr_Nota_269846_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_530" id="ci_AlunoAvaliacao_269846_530" value="80469012" type="hidden">
                <input name="nr_Nota_269846_530" id="nr_Nota_269846_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_780" id="ci_AlunoAvaliacao_269846_780" value="80468081" type="hidden">
                <input name="nr_Nota_269846_780" id="nr_Nota_269846_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_800" id="ci_AlunoAvaliacao_269846_800" value="80468391" type="hidden">
                <input name="nr_Nota_269846_800" id="nr_Nota_269846_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_890" id="ci_AlunoAvaliacao_269846_890" value="" type="hidden">
                <input name="nr_Nota_269846_890" id="nr_Nota_269846_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_970" id="ci_AlunoAvaliacao_269846_970" value="80468537" type="hidden">
                <input name="nr_Nota_269846_970" id="nr_Nota_269846_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_3330" id="ci_AlunoAvaliacao_269846_3330" value="80381458" type="hidden">
                <input name="nr_Nota_269846_3330" id="nr_Nota_269846_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1130" id="ci_AlunoAvaliacao_269846_1130" value="80381583" type="hidden">
                <input name="nr_Nota_269846_1130" id="nr_Nota_269846_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1140" id="ci_AlunoAvaliacao_269846_1140" value="80381153" type="hidden">
                <input name="nr_Nota_269846_1140" id="nr_Nota_269846_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1200" id="ci_AlunoAvaliacao_269846_1200" value="80381765" type="hidden">
                <input name="nr_Nota_269846_1200" id="nr_Nota_269846_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1620" id="ci_AlunoAvaliacao_269846_1620" value="80468698" type="hidden">
                <input name="nr_Nota_269846_1620" id="nr_Nota_269846_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1730" id="ci_AlunoAvaliacao_269846_1730" value="80468962" type="hidden">
                <input name="nr_Nota_269846_1730" id="nr_Nota_269846_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;928840&nbsp;EDERVALDO CANDIDO BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="928840" type="hidden"></td>
            
            <td id="colunaNotaAluno_928840_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_154" id="ci_AlunoAvaliacao_928840_154" value="80381362" type="hidden">
                <input name="nr_Nota_928840_154" id="nr_Nota_928840_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_160" id="ci_AlunoAvaliacao_928840_160" value="80467819" type="hidden">
                <input name="nr_Nota_928840_160" id="nr_Nota_928840_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_530" id="ci_AlunoAvaliacao_928840_530" value="80469014" type="hidden">
                <input name="nr_Nota_928840_530" id="nr_Nota_928840_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_780" id="ci_AlunoAvaliacao_928840_780" value="80468083" type="hidden">
                <input name="nr_Nota_928840_780" id="nr_Nota_928840_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_800" id="ci_AlunoAvaliacao_928840_800" value="80468393" type="hidden">
                <input name="nr_Nota_928840_800" id="nr_Nota_928840_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_890" id="ci_AlunoAvaliacao_928840_890" value="89732109" type="hidden">
                <input name="nr_Nota_928840_890" id="nr_Nota_928840_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_970" id="ci_AlunoAvaliacao_928840_970" value="80468539" type="hidden">
                <input name="nr_Nota_928840_970" id="nr_Nota_928840_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_3330" id="ci_AlunoAvaliacao_928840_3330" value="80381460" type="hidden">
                <input name="nr_Nota_928840_3330" id="nr_Nota_928840_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1130" id="ci_AlunoAvaliacao_928840_1130" value="80381585" type="hidden">
                <input name="nr_Nota_928840_1130" id="nr_Nota_928840_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1140" id="ci_AlunoAvaliacao_928840_1140" value="80381155" type="hidden">
                <input name="nr_Nota_928840_1140" id="nr_Nota_928840_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1200" id="ci_AlunoAvaliacao_928840_1200" value="80381767" type="hidden">
                <input name="nr_Nota_928840_1200" id="nr_Nota_928840_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1620" id="ci_AlunoAvaliacao_928840_1620" value="80468700" type="hidden">
                <input name="nr_Nota_928840_1620" id="nr_Nota_928840_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1730" id="ci_AlunoAvaliacao_928840_1730" value="80468964" type="hidden">
                <input name="nr_Nota_928840_1730" id="nr_Nota_928840_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228738&nbsp;ERIC LIMA DA SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1228738" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228738_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_154" id="ci_AlunoAvaliacao_1228738_154" value="79672399" type="hidden">
                <input name="nr_Nota_1228738_154" id="nr_Nota_1228738_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_160" id="ci_AlunoAvaliacao_1228738_160" value="79431264" type="hidden">
                <input name="nr_Nota_1228738_160" id="nr_Nota_1228738_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_530" id="ci_AlunoAvaliacao_1228738_530" value="80469020" type="hidden">
                <input name="nr_Nota_1228738_530" id="nr_Nota_1228738_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_780" id="ci_AlunoAvaliacao_1228738_780" value="79437656" type="hidden">
                <input name="nr_Nota_1228738_780" id="nr_Nota_1228738_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_800" id="ci_AlunoAvaliacao_1228738_800" value="79434049" type="hidden">
                <input name="nr_Nota_1228738_800" id="nr_Nota_1228738_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_890" id="ci_AlunoAvaliacao_1228738_890" value="89732110" type="hidden">
                <input name="nr_Nota_1228738_890" id="nr_Nota_1228738_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_970" id="ci_AlunoAvaliacao_1228738_970" value="79674085" type="hidden">
                <input name="nr_Nota_1228738_970" id="nr_Nota_1228738_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_3330" id="ci_AlunoAvaliacao_1228738_3330" value="79739429" type="hidden">
                <input name="nr_Nota_1228738_3330" id="nr_Nota_1228738_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1130" id="ci_AlunoAvaliacao_1228738_1130" value="80381591" type="hidden">
                <input name="nr_Nota_1228738_1130" id="nr_Nota_1228738_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1140" id="ci_AlunoAvaliacao_1228738_1140" value="79672185" type="hidden">
                <input name="nr_Nota_1228738_1140" id="nr_Nota_1228738_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1200" id="ci_AlunoAvaliacao_1228738_1200" value="80381772" type="hidden">
                <input name="nr_Nota_1228738_1200" id="nr_Nota_1228738_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1620" id="ci_AlunoAvaliacao_1228738_1620" value="78637150" type="hidden">
                <input name="nr_Nota_1228738_1620" id="nr_Nota_1228738_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1730" id="ci_AlunoAvaliacao_1228738_1730" value="80468970" type="hidden">
                <input name="nr_Nota_1228738_1730" id="nr_Nota_1228738_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;304990&nbsp;FELIPE ARAUJO PAES
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="304990" type="hidden"></td>
            
            <td id="colunaNotaAluno_304990_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_154" id="ci_AlunoAvaliacao_304990_154" value="79672400" type="hidden">
                <input name="nr_Nota_304990_154" id="nr_Nota_304990_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_160" id="ci_AlunoAvaliacao_304990_160" value="79431265" type="hidden">
                <input name="nr_Nota_304990_160" id="nr_Nota_304990_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_530" id="ci_AlunoAvaliacao_304990_530" value="80469021" type="hidden">
                <input name="nr_Nota_304990_530" id="nr_Nota_304990_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_780" id="ci_AlunoAvaliacao_304990_780" value="79437657" type="hidden">
                <input name="nr_Nota_304990_780" id="nr_Nota_304990_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_800" id="ci_AlunoAvaliacao_304990_800" value="79434050" type="hidden">
                <input name="nr_Nota_304990_800" id="nr_Nota_304990_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_890" id="ci_AlunoAvaliacao_304990_890" value="" type="hidden">
                <input name="nr_Nota_304990_890" id="nr_Nota_304990_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_970" id="ci_AlunoAvaliacao_304990_970" value="80468545" type="hidden">
                <input name="nr_Nota_304990_970" id="nr_Nota_304990_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_3330" id="ci_AlunoAvaliacao_304990_3330" value="79739430" type="hidden">
                <input name="nr_Nota_304990_3330" id="nr_Nota_304990_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1130" id="ci_AlunoAvaliacao_304990_1130" value="80381592" type="hidden">
                <input name="nr_Nota_304990_1130" id="nr_Nota_304990_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1140" id="ci_AlunoAvaliacao_304990_1140" value="79672186" type="hidden">
                <input name="nr_Nota_304990_1140" id="nr_Nota_304990_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1200" id="ci_AlunoAvaliacao_304990_1200" value="77880852" type="hidden">
                <input name="nr_Nota_304990_1200" id="nr_Nota_304990_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1620" id="ci_AlunoAvaliacao_304990_1620" value="80468705" type="hidden">
                <input name="nr_Nota_304990_1620" id="nr_Nota_304990_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1730" id="ci_AlunoAvaliacao_304990_1730" value="80468971" type="hidden">
                <input name="nr_Nota_304990_1730" id="nr_Nota_304990_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113969&nbsp;FRANCISCO BRUNO ALVES DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="113969" type="hidden"></td>
            
            <td id="colunaNotaAluno_113969_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_154" id="ci_AlunoAvaliacao_113969_154" value="79672401" type="hidden">
                <input name="nr_Nota_113969_154" id="nr_Nota_113969_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_160" id="ci_AlunoAvaliacao_113969_160" value="79431266" type="hidden">
                <input name="nr_Nota_113969_160" id="nr_Nota_113969_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_530" id="ci_AlunoAvaliacao_113969_530" value="80469022" type="hidden">
                <input name="nr_Nota_113969_530" id="nr_Nota_113969_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_780" id="ci_AlunoAvaliacao_113969_780" value="79437658" type="hidden">
                <input name="nr_Nota_113969_780" id="nr_Nota_113969_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_800" id="ci_AlunoAvaliacao_113969_800" value="79434051" type="hidden">
                <input name="nr_Nota_113969_800" id="nr_Nota_113969_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_890" id="ci_AlunoAvaliacao_113969_890" value="" type="hidden">
                <input name="nr_Nota_113969_890" id="nr_Nota_113969_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_970" id="ci_AlunoAvaliacao_113969_970" value="79674087" type="hidden">
                <input name="nr_Nota_113969_970" id="nr_Nota_113969_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_3330" id="ci_AlunoAvaliacao_113969_3330" value="79739431" type="hidden">
                <input name="nr_Nota_113969_3330" id="nr_Nota_113969_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1130" id="ci_AlunoAvaliacao_113969_1130" value="80381593" type="hidden">
                <input name="nr_Nota_113969_1130" id="nr_Nota_113969_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1140" id="ci_AlunoAvaliacao_113969_1140" value="79672187" type="hidden">
                <input name="nr_Nota_113969_1140" id="nr_Nota_113969_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1200" id="ci_AlunoAvaliacao_113969_1200" value="80381773" type="hidden">
                <input name="nr_Nota_113969_1200" id="nr_Nota_113969_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1620" id="ci_AlunoAvaliacao_113969_1620" value="80468706" type="hidden">
                <input name="nr_Nota_113969_1620" id="nr_Nota_113969_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1730" id="ci_AlunoAvaliacao_113969_1730" value="80468972" type="hidden">
                <input name="nr_Nota_113969_1730" id="nr_Nota_113969_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;126908&nbsp;FRANCISCO CLAUDECIR SOARES OLIVEIRA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="126908" type="hidden"></td>
            
            <td id="colunaNotaAluno_126908_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_154" id="ci_AlunoAvaliacao_126908_154" value="80381367" type="hidden">
                <input name="nr_Nota_126908_154" id="nr_Nota_126908_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_160" id="ci_AlunoAvaliacao_126908_160" value="80467824" type="hidden">
                <input name="nr_Nota_126908_160" id="nr_Nota_126908_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_530" id="ci_AlunoAvaliacao_126908_530" value="80469023" type="hidden">
                <input name="nr_Nota_126908_530" id="nr_Nota_126908_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_780" id="ci_AlunoAvaliacao_126908_780" value="80468088" type="hidden">
                <input name="nr_Nota_126908_780" id="nr_Nota_126908_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_800" id="ci_AlunoAvaliacao_126908_800" value="80468398" type="hidden">
                <input name="nr_Nota_126908_800" id="nr_Nota_126908_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_890" id="ci_AlunoAvaliacao_126908_890" value="" type="hidden">
                <input name="nr_Nota_126908_890" id="nr_Nota_126908_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_970" id="ci_AlunoAvaliacao_126908_970" value="80468546" type="hidden">
                <input name="nr_Nota_126908_970" id="nr_Nota_126908_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_3330" id="ci_AlunoAvaliacao_126908_3330" value="80381465" type="hidden">
                <input name="nr_Nota_126908_3330" id="nr_Nota_126908_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1130" id="ci_AlunoAvaliacao_126908_1130" value="80381594" type="hidden">
                <input name="nr_Nota_126908_1130" id="nr_Nota_126908_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1140" id="ci_AlunoAvaliacao_126908_1140" value="80381160" type="hidden">
                <input name="nr_Nota_126908_1140" id="nr_Nota_126908_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1200" id="ci_AlunoAvaliacao_126908_1200" value="80381774" type="hidden">
                <input name="nr_Nota_126908_1200" id="nr_Nota_126908_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1620" id="ci_AlunoAvaliacao_126908_1620" value="80468707" type="hidden">
                <input name="nr_Nota_126908_1620" id="nr_Nota_126908_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1730" id="ci_AlunoAvaliacao_126908_1730" value="80468973" type="hidden">
                <input name="nr_Nota_126908_1730" id="nr_Nota_126908_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903294&nbsp;FRANCISCO DAILTON DA SILVA MARREIRA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="903294" type="hidden"></td>
            
            <td id="colunaNotaAluno_903294_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_154" id="ci_AlunoAvaliacao_903294_154" value="79672402" type="hidden">
                <input name="nr_Nota_903294_154" id="nr_Nota_903294_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_160" id="ci_AlunoAvaliacao_903294_160" value="79431267" type="hidden">
                <input name="nr_Nota_903294_160" id="nr_Nota_903294_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_530" id="ci_AlunoAvaliacao_903294_530" value="80469024" type="hidden">
                <input name="nr_Nota_903294_530" id="nr_Nota_903294_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_780" id="ci_AlunoAvaliacao_903294_780" value="80468089" type="hidden">
                <input name="nr_Nota_903294_780" id="nr_Nota_903294_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_800" id="ci_AlunoAvaliacao_903294_800" value="79434052" type="hidden">
                <input name="nr_Nota_903294_800" id="nr_Nota_903294_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_890" id="ci_AlunoAvaliacao_903294_890" value="89732111" type="hidden">
                <input name="nr_Nota_903294_890" id="nr_Nota_903294_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_970" id="ci_AlunoAvaliacao_903294_970" value="79674088" type="hidden">
                <input name="nr_Nota_903294_970" id="nr_Nota_903294_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_3330" id="ci_AlunoAvaliacao_903294_3330" value="79739432" type="hidden">
                <input name="nr_Nota_903294_3330" id="nr_Nota_903294_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1130" id="ci_AlunoAvaliacao_903294_1130" value="80381595" type="hidden">
                <input name="nr_Nota_903294_1130" id="nr_Nota_903294_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1140" id="ci_AlunoAvaliacao_903294_1140" value="79672188" type="hidden">
                <input name="nr_Nota_903294_1140" id="nr_Nota_903294_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1200" id="ci_AlunoAvaliacao_903294_1200" value="77880853" type="hidden">
                <input name="nr_Nota_903294_1200" id="nr_Nota_903294_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1620" id="ci_AlunoAvaliacao_903294_1620" value="78637151" type="hidden">
                <input name="nr_Nota_903294_1620" id="nr_Nota_903294_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1730" id="ci_AlunoAvaliacao_903294_1730" value="80468974" type="hidden">
                <input name="nr_Nota_903294_1730" id="nr_Nota_903294_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;488583&nbsp;FRANCISCO VANDERLAN MARTINS FILHO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="488583" type="hidden"></td>
            
            <td id="colunaNotaAluno_488583_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_154" id="ci_AlunoAvaliacao_488583_154" value="80381368" type="hidden">
                <input name="nr_Nota_488583_154" id="nr_Nota_488583_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_160" id="ci_AlunoAvaliacao_488583_160" value="80467825" type="hidden">
                <input name="nr_Nota_488583_160" id="nr_Nota_488583_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_530" id="ci_AlunoAvaliacao_488583_530" value="80469025" type="hidden">
                <input name="nr_Nota_488583_530" id="nr_Nota_488583_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_780" id="ci_AlunoAvaliacao_488583_780" value="80468090" type="hidden">
                <input name="nr_Nota_488583_780" id="nr_Nota_488583_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_800" id="ci_AlunoAvaliacao_488583_800" value="80468401" type="hidden">
                <input name="nr_Nota_488583_800" id="nr_Nota_488583_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_890" id="ci_AlunoAvaliacao_488583_890" value="" type="hidden">
                <input name="nr_Nota_488583_890" id="nr_Nota_488583_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_970" id="ci_AlunoAvaliacao_488583_970" value="80468547" type="hidden">
                <input name="nr_Nota_488583_970" id="nr_Nota_488583_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_3330" id="ci_AlunoAvaliacao_488583_3330" value="80381466" type="hidden">
                <input name="nr_Nota_488583_3330" id="nr_Nota_488583_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1130" id="ci_AlunoAvaliacao_488583_1130" value="80381596" type="hidden">
                <input name="nr_Nota_488583_1130" id="nr_Nota_488583_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1140" id="ci_AlunoAvaliacao_488583_1140" value="80381161" type="hidden">
                <input name="nr_Nota_488583_1140" id="nr_Nota_488583_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1200" id="ci_AlunoAvaliacao_488583_1200" value="80381775" type="hidden">
                <input name="nr_Nota_488583_1200" id="nr_Nota_488583_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1620" id="ci_AlunoAvaliacao_488583_1620" value="80468708" type="hidden">
                <input name="nr_Nota_488583_1620" id="nr_Nota_488583_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1730" id="ci_AlunoAvaliacao_488583_1730" value="80468975" type="hidden">
                <input name="nr_Nota_488583_1730" id="nr_Nota_488583_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170206&nbsp;GUSTAVO HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="170206" type="hidden"></td>
            
            <td id="colunaNotaAluno_170206_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_154" id="ci_AlunoAvaliacao_170206_154" value="79672403" type="hidden">
                <input name="nr_Nota_170206_154" id="nr_Nota_170206_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_160" id="ci_AlunoAvaliacao_170206_160" value="79431268" type="hidden">
                <input name="nr_Nota_170206_160" id="nr_Nota_170206_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_530" id="ci_AlunoAvaliacao_170206_530" value="80469026" type="hidden">
                <input name="nr_Nota_170206_530" id="nr_Nota_170206_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_780" id="ci_AlunoAvaliacao_170206_780" value="79437659" type="hidden">
                <input name="nr_Nota_170206_780" id="nr_Nota_170206_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_800" id="ci_AlunoAvaliacao_170206_800" value="79434053" type="hidden">
                <input name="nr_Nota_170206_800" id="nr_Nota_170206_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_890" id="ci_AlunoAvaliacao_170206_890" value="89732112" type="hidden">
                <input name="nr_Nota_170206_890" id="nr_Nota_170206_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_970" id="ci_AlunoAvaliacao_170206_970" value="79674089" type="hidden">
                <input name="nr_Nota_170206_970" id="nr_Nota_170206_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_3330" id="ci_AlunoAvaliacao_170206_3330" value="79739433" type="hidden">
                <input name="nr_Nota_170206_3330" id="nr_Nota_170206_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1130" id="ci_AlunoAvaliacao_170206_1130" value="80381597" type="hidden">
                <input name="nr_Nota_170206_1130" id="nr_Nota_170206_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1140" id="ci_AlunoAvaliacao_170206_1140" value="79672189" type="hidden">
                <input name="nr_Nota_170206_1140" id="nr_Nota_170206_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1200" id="ci_AlunoAvaliacao_170206_1200" value="77880849" type="hidden">
                <input name="nr_Nota_170206_1200" id="nr_Nota_170206_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1620" id="ci_AlunoAvaliacao_170206_1620" value="78637146" type="hidden">
                <input name="nr_Nota_170206_1620" id="nr_Nota_170206_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1730" id="ci_AlunoAvaliacao_170206_1730" value="80468976" type="hidden">
                <input name="nr_Nota_170206_1730" id="nr_Nota_170206_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2690358&nbsp;ICARO SALMITO GONCALVES RIBEIRO
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2690358" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690358_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_154" id="ci_AlunoAvaliacao_2690358_154" value="80381364" type="hidden">
                <input name="nr_Nota_2690358_154" id="nr_Nota_2690358_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_160" id="ci_AlunoAvaliacao_2690358_160" value="80467821" type="hidden">
                <input name="nr_Nota_2690358_160" id="nr_Nota_2690358_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_530" id="ci_AlunoAvaliacao_2690358_530" value="80469016" type="hidden">
                <input name="nr_Nota_2690358_530" id="nr_Nota_2690358_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_780" id="ci_AlunoAvaliacao_2690358_780" value="80468085" type="hidden">
                <input name="nr_Nota_2690358_780" id="nr_Nota_2690358_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_800" id="ci_AlunoAvaliacao_2690358_800" value="80468395" type="hidden">
                <input name="nr_Nota_2690358_800" id="nr_Nota_2690358_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_890" id="ci_AlunoAvaliacao_2690358_890" value="" type="hidden">
                <input name="nr_Nota_2690358_890" id="nr_Nota_2690358_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_970" id="ci_AlunoAvaliacao_2690358_970" value="80468541" type="hidden">
                <input name="nr_Nota_2690358_970" id="nr_Nota_2690358_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_3330" id="ci_AlunoAvaliacao_2690358_3330" value="80381462" type="hidden">
                <input name="nr_Nota_2690358_3330" id="nr_Nota_2690358_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1130" id="ci_AlunoAvaliacao_2690358_1130" value="80381587" type="hidden">
                <input name="nr_Nota_2690358_1130" id="nr_Nota_2690358_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1140" id="ci_AlunoAvaliacao_2690358_1140" value="80381157" type="hidden">
                <input name="nr_Nota_2690358_1140" id="nr_Nota_2690358_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1200" id="ci_AlunoAvaliacao_2690358_1200" value="80381769" type="hidden">
                <input name="nr_Nota_2690358_1200" id="nr_Nota_2690358_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1620" id="ci_AlunoAvaliacao_2690358_1620" value="80468702" type="hidden">
                <input name="nr_Nota_2690358_1620" id="nr_Nota_2690358_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1730" id="ci_AlunoAvaliacao_2690358_1730" value="80468966" type="hidden">
                <input name="nr_Nota_2690358_1730" id="nr_Nota_2690358_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;136245&nbsp;JANAINA SILVA DOS SANTOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="136245" type="hidden"></td>
            
            <td id="colunaNotaAluno_136245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_154" id="ci_AlunoAvaliacao_136245_154" value="80381369" type="hidden">
                <input name="nr_Nota_136245_154" id="nr_Nota_136245_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_160" id="ci_AlunoAvaliacao_136245_160" value="80467826" type="hidden">
                <input name="nr_Nota_136245_160" id="nr_Nota_136245_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_530" id="ci_AlunoAvaliacao_136245_530" value="80469027" type="hidden">
                <input name="nr_Nota_136245_530" id="nr_Nota_136245_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_780" id="ci_AlunoAvaliacao_136245_780" value="80468091" type="hidden">
                <input name="nr_Nota_136245_780" id="nr_Nota_136245_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_800" id="ci_AlunoAvaliacao_136245_800" value="80468405" type="hidden">
                <input name="nr_Nota_136245_800" id="nr_Nota_136245_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_890" id="ci_AlunoAvaliacao_136245_890" value="89732113" type="hidden">
                <input name="nr_Nota_136245_890" id="nr_Nota_136245_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_970" id="ci_AlunoAvaliacao_136245_970" value="80468548" type="hidden">
                <input name="nr_Nota_136245_970" id="nr_Nota_136245_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_3330" id="ci_AlunoAvaliacao_136245_3330" value="80381467" type="hidden">
                <input name="nr_Nota_136245_3330" id="nr_Nota_136245_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1130" id="ci_AlunoAvaliacao_136245_1130" value="80381598" type="hidden">
                <input name="nr_Nota_136245_1130" id="nr_Nota_136245_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1140" id="ci_AlunoAvaliacao_136245_1140" value="80381162" type="hidden">
                <input name="nr_Nota_136245_1140" id="nr_Nota_136245_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1200" id="ci_AlunoAvaliacao_136245_1200" value="80381776" type="hidden">
                <input name="nr_Nota_136245_1200" id="nr_Nota_136245_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1620" id="ci_AlunoAvaliacao_136245_1620" value="80468709" type="hidden">
                <input name="nr_Nota_136245_1620" id="nr_Nota_136245_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1730" id="ci_AlunoAvaliacao_136245_1730" value="80468977" type="hidden">
                <input name="nr_Nota_136245_1730" id="nr_Nota_136245_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;331644&nbsp;JEAN DOUGLAS DE AZEVEDO COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="331644" type="hidden"></td>
            
            <td id="colunaNotaAluno_331644_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_154" id="ci_AlunoAvaliacao_331644_154" value="79672404" type="hidden">
                <input name="nr_Nota_331644_154" id="nr_Nota_331644_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_160" id="ci_AlunoAvaliacao_331644_160" value="79431269" type="hidden">
                <input name="nr_Nota_331644_160" id="nr_Nota_331644_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_530" id="ci_AlunoAvaliacao_331644_530" value="80469028" type="hidden">
                <input name="nr_Nota_331644_530" id="nr_Nota_331644_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_780" id="ci_AlunoAvaliacao_331644_780" value="79437660" type="hidden">
                <input name="nr_Nota_331644_780" id="nr_Nota_331644_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_800" id="ci_AlunoAvaliacao_331644_800" value="79434054" type="hidden">
                <input name="nr_Nota_331644_800" id="nr_Nota_331644_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_890" id="ci_AlunoAvaliacao_331644_890" value="89732114" type="hidden">
                <input name="nr_Nota_331644_890" id="nr_Nota_331644_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_970" id="ci_AlunoAvaliacao_331644_970" value="79674090" type="hidden">
                <input name="nr_Nota_331644_970" id="nr_Nota_331644_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_3330" id="ci_AlunoAvaliacao_331644_3330" value="79739434" type="hidden">
                <input name="nr_Nota_331644_3330" id="nr_Nota_331644_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1130" id="ci_AlunoAvaliacao_331644_1130" value="80381599" type="hidden">
                <input name="nr_Nota_331644_1130" id="nr_Nota_331644_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1140" id="ci_AlunoAvaliacao_331644_1140" value="79672190" type="hidden">
                <input name="nr_Nota_331644_1140" id="nr_Nota_331644_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1200" id="ci_AlunoAvaliacao_331644_1200" value="77880854" type="hidden">
                <input name="nr_Nota_331644_1200" id="nr_Nota_331644_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1620" id="ci_AlunoAvaliacao_331644_1620" value="78637152" type="hidden">
                <input name="nr_Nota_331644_1620" id="nr_Nota_331644_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1730" id="ci_AlunoAvaliacao_331644_1730" value="80468978" type="hidden">
                <input name="nr_Nota_331644_1730" id="nr_Nota_331644_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;880388&nbsp;JOHNATAN PEREIRA DA SILVA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="880388" type="hidden"></td>
            
            <td id="colunaNotaAluno_880388_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_154" id="ci_AlunoAvaliacao_880388_154" value="80381370" type="hidden">
                <input name="nr_Nota_880388_154" id="nr_Nota_880388_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_160" id="ci_AlunoAvaliacao_880388_160" value="80467827" type="hidden">
                <input name="nr_Nota_880388_160" id="nr_Nota_880388_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_530" id="ci_AlunoAvaliacao_880388_530" value="80469029" type="hidden">
                <input name="nr_Nota_880388_530" id="nr_Nota_880388_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_780" id="ci_AlunoAvaliacao_880388_780" value="80468092" type="hidden">
                <input name="nr_Nota_880388_780" id="nr_Nota_880388_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_800" id="ci_AlunoAvaliacao_880388_800" value="80468406" type="hidden">
                <input name="nr_Nota_880388_800" id="nr_Nota_880388_800" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_890" id="ci_AlunoAvaliacao_880388_890" value="" type="hidden">
                <input name="nr_Nota_880388_890" id="nr_Nota_880388_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_970" id="ci_AlunoAvaliacao_880388_970" value="80468549" type="hidden">
                <input name="nr_Nota_880388_970" id="nr_Nota_880388_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_3330" id="ci_AlunoAvaliacao_880388_3330" value="80381468" type="hidden">
                <input name="nr_Nota_880388_3330" id="nr_Nota_880388_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1130" id="ci_AlunoAvaliacao_880388_1130" value="80381600" type="hidden">
                <input name="nr_Nota_880388_1130" id="nr_Nota_880388_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1140" id="ci_AlunoAvaliacao_880388_1140" value="80381163" type="hidden">
                <input name="nr_Nota_880388_1140" id="nr_Nota_880388_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1200" id="ci_AlunoAvaliacao_880388_1200" value="80381777" type="hidden">
                <input name="nr_Nota_880388_1200" id="nr_Nota_880388_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1620" id="ci_AlunoAvaliacao_880388_1620" value="80468710" type="hidden">
                <input name="nr_Nota_880388_1620" id="nr_Nota_880388_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1730" id="ci_AlunoAvaliacao_880388_1730" value="80468979" type="hidden">
                <input name="nr_Nota_880388_1730" id="nr_Nota_880388_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;930291&nbsp;LUCAS CARLOS DE OLIVEIRA SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="930291" type="hidden"></td>
            
            <td id="colunaNotaAluno_930291_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_154" id="ci_AlunoAvaliacao_930291_154" value="79672406" type="hidden">
                <input name="nr_Nota_930291_154" id="nr_Nota_930291_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_160" id="ci_AlunoAvaliacao_930291_160" value="79431271" type="hidden">
                <input name="nr_Nota_930291_160" id="nr_Nota_930291_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_530" id="ci_AlunoAvaliacao_930291_530" value="80469105" type="hidden">
                <input name="nr_Nota_930291_530" id="nr_Nota_930291_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_780" id="ci_AlunoAvaliacao_930291_780" value="79437662" type="hidden">
                <input name="nr_Nota_930291_780" id="nr_Nota_930291_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_800" id="ci_AlunoAvaliacao_930291_800" value="79434056" type="hidden">
                <input name="nr_Nota_930291_800" id="nr_Nota_930291_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_890" id="ci_AlunoAvaliacao_930291_890" value="97173229" type="hidden">
                <input name="nr_Nota_930291_890" id="nr_Nota_930291_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_970" id="ci_AlunoAvaliacao_930291_970" value="79674092" type="hidden">
                <input name="nr_Nota_930291_970" id="nr_Nota_930291_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_3330" id="ci_AlunoAvaliacao_930291_3330" value="79739436" type="hidden">
                <input name="nr_Nota_930291_3330" id="nr_Nota_930291_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1130" id="ci_AlunoAvaliacao_930291_1130" value="80380837" type="hidden">
                <input name="nr_Nota_930291_1130" id="nr_Nota_930291_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1140" id="ci_AlunoAvaliacao_930291_1140" value="79672192" type="hidden">
                <input name="nr_Nota_930291_1140" id="nr_Nota_930291_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1200" id="ci_AlunoAvaliacao_930291_1200" value="77880850" type="hidden">
                <input name="nr_Nota_930291_1200" id="nr_Nota_930291_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1620" id="ci_AlunoAvaliacao_930291_1620" value="78637148" type="hidden">
                <input name="nr_Nota_930291_1620" id="nr_Nota_930291_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1730" id="ci_AlunoAvaliacao_930291_1730" value="80380523" type="hidden">
                <input name="nr_Nota_930291_1730" id="nr_Nota_930291_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477410&nbsp;KAUAM SILVA MARTINS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477410" type="hidden"></td>
            
            <td id="colunaNotaAluno_477410_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_154" id="ci_AlunoAvaliacao_477410_154" value="" type="hidden">
                <input name="nr_Nota_477410_154" id="nr_Nota_477410_154" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_160" id="ci_AlunoAvaliacao_477410_160" value="77732123" type="hidden">
                <input name="nr_Nota_477410_160" id="nr_Nota_477410_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_530" id="ci_AlunoAvaliacao_477410_530" value="78727833" type="hidden">
                <input name="nr_Nota_477410_530" id="nr_Nota_477410_530" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_780" id="ci_AlunoAvaliacao_477410_780" value="78804013" type="hidden">
                <input name="nr_Nota_477410_780" id="nr_Nota_477410_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_800" id="ci_AlunoAvaliacao_477410_800" value="78802245" type="hidden">
                <input name="nr_Nota_477410_800" id="nr_Nota_477410_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_890" id="ci_AlunoAvaliacao_477410_890" value="78730051" type="hidden">
                <input name="nr_Nota_477410_890" id="nr_Nota_477410_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_970" id="ci_AlunoAvaliacao_477410_970" value="78732261" type="hidden">
                <input name="nr_Nota_477410_970" id="nr_Nota_477410_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_3330" id="ci_AlunoAvaliacao_477410_3330" value="78729216" type="hidden">
                <input name="nr_Nota_477410_3330" id="nr_Nota_477410_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1130" id="ci_AlunoAvaliacao_477410_1130" value="77718671" type="hidden">
                <input name="nr_Nota_477410_1130" id="nr_Nota_477410_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1140" id="ci_AlunoAvaliacao_477410_1140" value="77640884" type="hidden">
                <input name="nr_Nota_477410_1140" id="nr_Nota_477410_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1200" id="ci_AlunoAvaliacao_477410_1200" value="78273413" type="hidden">
                <input name="nr_Nota_477410_1200" id="nr_Nota_477410_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1620" id="ci_AlunoAvaliacao_477410_1620" value="78730860" type="hidden">
                <input name="nr_Nota_477410_1620" id="nr_Nota_477410_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1730" id="ci_AlunoAvaliacao_477410_1730" value="78804627" type="hidden">
                <input name="nr_Nota_477410_1730" id="nr_Nota_477410_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197517&nbsp;LARYSSA INGRID ALMEIDA DA SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1197517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_154" id="ci_AlunoAvaliacao_1197517_154" value="80381380" type="hidden">
                <input name="nr_Nota_1197517_154" id="nr_Nota_1197517_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_160" id="ci_AlunoAvaliacao_1197517_160" value="80467836" type="hidden">
                <input name="nr_Nota_1197517_160" id="nr_Nota_1197517_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_530" id="ci_AlunoAvaliacao_1197517_530" value="80469044" type="hidden">
                <input name="nr_Nota_1197517_530" id="nr_Nota_1197517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_780" id="ci_AlunoAvaliacao_1197517_780" value="80468101" type="hidden">
                <input name="nr_Nota_1197517_780" id="nr_Nota_1197517_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_800" id="ci_AlunoAvaliacao_1197517_800" value="80468416" type="hidden">
                <input name="nr_Nota_1197517_800" id="nr_Nota_1197517_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_890" id="ci_AlunoAvaliacao_1197517_890" value="97186264" type="hidden">
                <input name="nr_Nota_1197517_890" id="nr_Nota_1197517_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_970" id="ci_AlunoAvaliacao_1197517_970" value="80468559" type="hidden">
                <input name="nr_Nota_1197517_970" id="nr_Nota_1197517_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_3330" id="ci_AlunoAvaliacao_1197517_3330" value="80381477" type="hidden">
                <input name="nr_Nota_1197517_3330" id="nr_Nota_1197517_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1130" id="ci_AlunoAvaliacao_1197517_1130" value="80381615" type="hidden">
                <input name="nr_Nota_1197517_1130" id="nr_Nota_1197517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1140" id="ci_AlunoAvaliacao_1197517_1140" value="80381172" type="hidden">
                <input name="nr_Nota_1197517_1140" id="nr_Nota_1197517_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1200" id="ci_AlunoAvaliacao_1197517_1200" value="80381790" type="hidden">
                <input name="nr_Nota_1197517_1200" id="nr_Nota_1197517_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1620" id="ci_AlunoAvaliacao_1197517_1620" value="80468719" type="hidden">
                <input name="nr_Nota_1197517_1620" id="nr_Nota_1197517_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1730" id="ci_AlunoAvaliacao_1197517_1730" value="77692613" type="hidden">
                <input name="nr_Nota_1197517_1730" id="nr_Nota_1197517_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;135054&nbsp;LUIS SILVA CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="135054" type="hidden"></td>
            
            <td id="colunaNotaAluno_135054_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_154" id="ci_AlunoAvaliacao_135054_154" value="80381371" type="hidden">
                <input name="nr_Nota_135054_154" id="nr_Nota_135054_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_160" id="ci_AlunoAvaliacao_135054_160" value="80467828" type="hidden">
                <input name="nr_Nota_135054_160" id="nr_Nota_135054_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_530" id="ci_AlunoAvaliacao_135054_530" value="80469031" type="hidden">
                <input name="nr_Nota_135054_530" id="nr_Nota_135054_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_780" id="ci_AlunoAvaliacao_135054_780" value="80468093" type="hidden">
                <input name="nr_Nota_135054_780" id="nr_Nota_135054_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_800" id="ci_AlunoAvaliacao_135054_800" value="80468407" type="hidden">
                <input name="nr_Nota_135054_800" id="nr_Nota_135054_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_890" id="ci_AlunoAvaliacao_135054_890" value="" type="hidden">
                <input name="nr_Nota_135054_890" id="nr_Nota_135054_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_970" id="ci_AlunoAvaliacao_135054_970" value="80468550" type="hidden">
                <input name="nr_Nota_135054_970" id="nr_Nota_135054_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_3330" id="ci_AlunoAvaliacao_135054_3330" value="80381469" type="hidden">
                <input name="nr_Nota_135054_3330" id="nr_Nota_135054_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1130" id="ci_AlunoAvaliacao_135054_1130" value="80381602" type="hidden">
                <input name="nr_Nota_135054_1130" id="nr_Nota_135054_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1140" id="ci_AlunoAvaliacao_135054_1140" value="80381164" type="hidden">
                <input name="nr_Nota_135054_1140" id="nr_Nota_135054_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1200" id="ci_AlunoAvaliacao_135054_1200" value="80381779" type="hidden">
                <input name="nr_Nota_135054_1200" id="nr_Nota_135054_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1620" id="ci_AlunoAvaliacao_135054_1620" value="80468711" type="hidden">
                <input name="nr_Nota_135054_1620" id="nr_Nota_135054_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1730" id="ci_AlunoAvaliacao_135054_1730" value="80468981" type="hidden">
                <input name="nr_Nota_135054_1730" id="nr_Nota_135054_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1020898&nbsp;MACARIO CARLOS GOMES
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1020898" type="hidden"></td>
            
            <td id="colunaNotaAluno_1020898_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_154" id="ci_AlunoAvaliacao_1020898_154" value="79672407" type="hidden">
                <input name="nr_Nota_1020898_154" id="nr_Nota_1020898_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_160" id="ci_AlunoAvaliacao_1020898_160" value="79431272" type="hidden">
                <input name="nr_Nota_1020898_160" id="nr_Nota_1020898_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_530" id="ci_AlunoAvaliacao_1020898_530" value="80469032" type="hidden">
                <input name="nr_Nota_1020898_530" id="nr_Nota_1020898_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_780" id="ci_AlunoAvaliacao_1020898_780" value="79437663" type="hidden">
                <input name="nr_Nota_1020898_780" id="nr_Nota_1020898_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_800" id="ci_AlunoAvaliacao_1020898_800" value="79434057" type="hidden">
                <input name="nr_Nota_1020898_800" id="nr_Nota_1020898_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_890" id="ci_AlunoAvaliacao_1020898_890" value="89732116" type="hidden">
                <input name="nr_Nota_1020898_890" id="nr_Nota_1020898_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_970" id="ci_AlunoAvaliacao_1020898_970" value="79674093" type="hidden">
                <input name="nr_Nota_1020898_970" id="nr_Nota_1020898_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_3330" id="ci_AlunoAvaliacao_1020898_3330" value="79739437" type="hidden">
                <input name="nr_Nota_1020898_3330" id="nr_Nota_1020898_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1130" id="ci_AlunoAvaliacao_1020898_1130" value="80381603" type="hidden">
                <input name="nr_Nota_1020898_1130" id="nr_Nota_1020898_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1140" id="ci_AlunoAvaliacao_1020898_1140" value="79672193" type="hidden">
                <input name="nr_Nota_1020898_1140" id="nr_Nota_1020898_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1200" id="ci_AlunoAvaliacao_1020898_1200" value="77880855" type="hidden">
                <input name="nr_Nota_1020898_1200" id="nr_Nota_1020898_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1620" id="ci_AlunoAvaliacao_1020898_1620" value="78637154" type="hidden">
                <input name="nr_Nota_1020898_1620" id="nr_Nota_1020898_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1730" id="ci_AlunoAvaliacao_1020898_1730" value="80468982" type="hidden">
                <input name="nr_Nota_1020898_1730" id="nr_Nota_1020898_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;797872&nbsp;MARIA DANIELE ALVES ROCHA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="797872" type="hidden"></td>
            
            <td id="colunaNotaAluno_797872_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_154" id="ci_AlunoAvaliacao_797872_154" value="80381357" type="hidden">
                <input name="nr_Nota_797872_154" id="nr_Nota_797872_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_160" id="ci_AlunoAvaliacao_797872_160" value="80467814" type="hidden">
                <input name="nr_Nota_797872_160" id="nr_Nota_797872_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_530" id="ci_AlunoAvaliacao_797872_530" value="80469008" type="hidden">
                <input name="nr_Nota_797872_530" id="nr_Nota_797872_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_780" id="ci_AlunoAvaliacao_797872_780" value="80468078" type="hidden">
                <input name="nr_Nota_797872_780" id="nr_Nota_797872_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_800" id="ci_AlunoAvaliacao_797872_800" value="80468388" type="hidden">
                <input name="nr_Nota_797872_800" id="nr_Nota_797872_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_890" id="ci_AlunoAvaliacao_797872_890" value="" type="hidden">
                <input name="nr_Nota_797872_890" id="nr_Nota_797872_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_970" id="ci_AlunoAvaliacao_797872_970" value="80468533" type="hidden">
                <input name="nr_Nota_797872_970" id="nr_Nota_797872_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_3330" id="ci_AlunoAvaliacao_797872_3330" value="80381455" type="hidden">
                <input name="nr_Nota_797872_3330" id="nr_Nota_797872_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1130" id="ci_AlunoAvaliacao_797872_1130" value="80381579" type="hidden">
                <input name="nr_Nota_797872_1130" id="nr_Nota_797872_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1140" id="ci_AlunoAvaliacao_797872_1140" value="80381151" type="hidden">
                <input name="nr_Nota_797872_1140" id="nr_Nota_797872_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1200" id="ci_AlunoAvaliacao_797872_1200" value="80381762" type="hidden">
                <input name="nr_Nota_797872_1200" id="nr_Nota_797872_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1620" id="ci_AlunoAvaliacao_797872_1620" value="80468695" type="hidden">
                <input name="nr_Nota_797872_1620" id="nr_Nota_797872_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1730" id="ci_AlunoAvaliacao_797872_1730" value="80468958" type="hidden">
                <input name="nr_Nota_797872_1730" id="nr_Nota_797872_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;688165&nbsp;MARIA REGILANIA LAURIANO DE MORAIS
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="688165" type="hidden"></td>
            
            <td id="colunaNotaAluno_688165_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_154" id="ci_AlunoAvaliacao_688165_154" value="79672408" type="hidden">
                <input name="nr_Nota_688165_154" id="nr_Nota_688165_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_160" id="ci_AlunoAvaliacao_688165_160" value="79431274" type="hidden">
                <input name="nr_Nota_688165_160" id="nr_Nota_688165_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_530" id="ci_AlunoAvaliacao_688165_530" value="80469034" type="hidden">
                <input name="nr_Nota_688165_530" id="nr_Nota_688165_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_780" id="ci_AlunoAvaliacao_688165_780" value="79437665" type="hidden">
                <input name="nr_Nota_688165_780" id="nr_Nota_688165_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_800" id="ci_AlunoAvaliacao_688165_800" value="79434058" type="hidden">
                <input name="nr_Nota_688165_800" id="nr_Nota_688165_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_890" id="ci_AlunoAvaliacao_688165_890" value="89732118" type="hidden">
                <input name="nr_Nota_688165_890" id="nr_Nota_688165_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_970" id="ci_AlunoAvaliacao_688165_970" value="79674094" type="hidden">
                <input name="nr_Nota_688165_970" id="nr_Nota_688165_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_3330" id="ci_AlunoAvaliacao_688165_3330" value="79739439" type="hidden">
                <input name="nr_Nota_688165_3330" id="nr_Nota_688165_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1130" id="ci_AlunoAvaliacao_688165_1130" value="80381605" type="hidden">
                <input name="nr_Nota_688165_1130" id="nr_Nota_688165_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1140" id="ci_AlunoAvaliacao_688165_1140" value="79672195" type="hidden">
                <input name="nr_Nota_688165_1140" id="nr_Nota_688165_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1200" id="ci_AlunoAvaliacao_688165_1200" value="80381780" type="hidden">
                <input name="nr_Nota_688165_1200" id="nr_Nota_688165_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1620" id="ci_AlunoAvaliacao_688165_1620" value="78637147" type="hidden">
                <input name="nr_Nota_688165_1620" id="nr_Nota_688165_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1730" id="ci_AlunoAvaliacao_688165_1730" value="80468984" type="hidden">
                <input name="nr_Nota_688165_1730" id="nr_Nota_688165_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;459890&nbsp;MARIA SUELY DE SOUZA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="459890" type="hidden"></td>
            
            <td id="colunaNotaAluno_459890_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_154" id="ci_AlunoAvaliacao_459890_154" value="80381373" type="hidden">
                <input name="nr_Nota_459890_154" id="nr_Nota_459890_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_160" id="ci_AlunoAvaliacao_459890_160" value="80467829" type="hidden">
                <input name="nr_Nota_459890_160" id="nr_Nota_459890_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_530" id="ci_AlunoAvaliacao_459890_530" value="80469035" type="hidden">
                <input name="nr_Nota_459890_530" id="nr_Nota_459890_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_780" id="ci_AlunoAvaliacao_459890_780" value="80468094" type="hidden">
                <input name="nr_Nota_459890_780" id="nr_Nota_459890_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_800" id="ci_AlunoAvaliacao_459890_800" value="80468409" type="hidden">
                <input name="nr_Nota_459890_800" id="nr_Nota_459890_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_890" id="ci_AlunoAvaliacao_459890_890" value="" type="hidden">
                <input name="nr_Nota_459890_890" id="nr_Nota_459890_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_970" id="ci_AlunoAvaliacao_459890_970" value="80468552" type="hidden">
                <input name="nr_Nota_459890_970" id="nr_Nota_459890_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_3330" id="ci_AlunoAvaliacao_459890_3330" value="80381470" type="hidden">
                <input name="nr_Nota_459890_3330" id="nr_Nota_459890_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1130" id="ci_AlunoAvaliacao_459890_1130" value="80381606" type="hidden">
                <input name="nr_Nota_459890_1130" id="nr_Nota_459890_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1140" id="ci_AlunoAvaliacao_459890_1140" value="80381165" type="hidden">
                <input name="nr_Nota_459890_1140" id="nr_Nota_459890_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1200" id="ci_AlunoAvaliacao_459890_1200" value="80381781" type="hidden">
                <input name="nr_Nota_459890_1200" id="nr_Nota_459890_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1620" id="ci_AlunoAvaliacao_459890_1620" value="80468712" type="hidden">
                <input name="nr_Nota_459890_1620" id="nr_Nota_459890_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1730" id="ci_AlunoAvaliacao_459890_1730" value="80468985" type="hidden">
                <input name="nr_Nota_459890_1730" id="nr_Nota_459890_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305657&nbsp;MARILENA DA CONCEICAO COSTA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1305657" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305657_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_154" id="ci_AlunoAvaliacao_1305657_154" value="80381374" type="hidden">
                <input name="nr_Nota_1305657_154" id="nr_Nota_1305657_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_160" id="ci_AlunoAvaliacao_1305657_160" value="80467830" type="hidden">
                <input name="nr_Nota_1305657_160" id="nr_Nota_1305657_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_530" id="ci_AlunoAvaliacao_1305657_530" value="80469036" type="hidden">
                <input name="nr_Nota_1305657_530" id="nr_Nota_1305657_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_780" id="ci_AlunoAvaliacao_1305657_780" value="80468095" type="hidden">
                <input name="nr_Nota_1305657_780" id="nr_Nota_1305657_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_800" id="ci_AlunoAvaliacao_1305657_800" value="80468410" type="hidden">
                <input name="nr_Nota_1305657_800" id="nr_Nota_1305657_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_890" id="ci_AlunoAvaliacao_1305657_890" value="89732119" type="hidden">
                <input name="nr_Nota_1305657_890" id="nr_Nota_1305657_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_970" id="ci_AlunoAvaliacao_1305657_970" value="80468553" type="hidden">
                <input name="nr_Nota_1305657_970" id="nr_Nota_1305657_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_3330" id="ci_AlunoAvaliacao_1305657_3330" value="80381471" type="hidden">
                <input name="nr_Nota_1305657_3330" id="nr_Nota_1305657_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1130" id="ci_AlunoAvaliacao_1305657_1130" value="80381607" type="hidden">
                <input name="nr_Nota_1305657_1130" id="nr_Nota_1305657_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1140" id="ci_AlunoAvaliacao_1305657_1140" value="80381166" type="hidden">
                <input name="nr_Nota_1305657_1140" id="nr_Nota_1305657_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1200" id="ci_AlunoAvaliacao_1305657_1200" value="80381782" type="hidden">
                <input name="nr_Nota_1305657_1200" id="nr_Nota_1305657_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1620" id="ci_AlunoAvaliacao_1305657_1620" value="80468713" type="hidden">
                <input name="nr_Nota_1305657_1620" id="nr_Nota_1305657_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1730" id="ci_AlunoAvaliacao_1305657_1730" value="80468986" type="hidden">
                <input name="nr_Nota_1305657_1730" id="nr_Nota_1305657_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;549674&nbsp;NAYARA GOMES DA SILVA ALMEIDA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="549674" type="hidden"></td>
            
            <td id="colunaNotaAluno_549674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_154" id="ci_AlunoAvaliacao_549674_154" value="79322803" type="hidden">
                <input name="nr_Nota_549674_154" id="nr_Nota_549674_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_160" id="ci_AlunoAvaliacao_549674_160" value="78801526" type="hidden">
                <input name="nr_Nota_549674_160" id="nr_Nota_549674_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_530" id="ci_AlunoAvaliacao_549674_530" value="78808852" type="hidden">
                <input name="nr_Nota_549674_530" id="nr_Nota_549674_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_780" id="ci_AlunoAvaliacao_549674_780" value="79302866" type="hidden">
                <input name="nr_Nota_549674_780" id="nr_Nota_549674_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_800" id="ci_AlunoAvaliacao_549674_800" value="78826612" type="hidden">
                <input name="nr_Nota_549674_800" id="nr_Nota_549674_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_890" id="ci_AlunoAvaliacao_549674_890" value="" type="hidden">
                <input name="nr_Nota_549674_890" id="nr_Nota_549674_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_970" id="ci_AlunoAvaliacao_549674_970" value="78793972" type="hidden">
                <input name="nr_Nota_549674_970" id="nr_Nota_549674_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_3330" id="ci_AlunoAvaliacao_549674_3330" value="79275187" type="hidden">
                <input name="nr_Nota_549674_3330" id="nr_Nota_549674_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1130" id="ci_AlunoAvaliacao_549674_1130" value="" type="hidden">
                <input name="nr_Nota_549674_1130" id="nr_Nota_549674_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1140" id="ci_AlunoAvaliacao_549674_1140" value="78777263" type="hidden">
                <input name="nr_Nota_549674_1140" id="nr_Nota_549674_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1200" id="ci_AlunoAvaliacao_549674_1200" value="78773221" type="hidden">
                <input name="nr_Nota_549674_1200" id="nr_Nota_549674_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1620" id="ci_AlunoAvaliacao_549674_1620" value="78936598" type="hidden">
                <input name="nr_Nota_549674_1620" id="nr_Nota_549674_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1730" id="ci_AlunoAvaliacao_549674_1730" value="79309445" type="hidden">
                <input name="nr_Nota_549674_1730" id="nr_Nota_549674_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;103944&nbsp;PAMELLA ALMEIDA DE BRITO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="103944" type="hidden"></td>
            
            <td id="colunaNotaAluno_103944_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_154" id="ci_AlunoAvaliacao_103944_154" value="78645270" type="hidden">
                <input name="nr_Nota_103944_154" id="nr_Nota_103944_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_160" id="ci_AlunoAvaliacao_103944_160" value="78644142" type="hidden">
                <input name="nr_Nota_103944_160" id="nr_Nota_103944_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_530" id="ci_AlunoAvaliacao_103944_530" value="78648531" type="hidden">
                <input name="nr_Nota_103944_530" id="nr_Nota_103944_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_780" id="ci_AlunoAvaliacao_103944_780" value="79307724" type="hidden">
                <input name="nr_Nota_103944_780" id="nr_Nota_103944_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_800" id="ci_AlunoAvaliacao_103944_800" value="78643609" type="hidden">
                <input name="nr_Nota_103944_800" id="nr_Nota_103944_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_890" id="ci_AlunoAvaliacao_103944_890" value="78648107" type="hidden">
                <input name="nr_Nota_103944_890" id="nr_Nota_103944_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_970" id="ci_AlunoAvaliacao_103944_970" value="78650276" type="hidden">
                <input name="nr_Nota_103944_970" id="nr_Nota_103944_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_3330" id="ci_AlunoAvaliacao_103944_3330" value="78646301" type="hidden">
                <input name="nr_Nota_103944_3330" id="nr_Nota_103944_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1130" id="ci_AlunoAvaliacao_103944_1130" value="78647238" type="hidden">
                <input name="nr_Nota_103944_1130" id="nr_Nota_103944_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1140" id="ci_AlunoAvaliacao_103944_1140" value="78644670" type="hidden">
                <input name="nr_Nota_103944_1140" id="nr_Nota_103944_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1200" id="ci_AlunoAvaliacao_103944_1200" value="77349736" type="hidden">
                <input name="nr_Nota_103944_1200" id="nr_Nota_103944_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1620" id="ci_AlunoAvaliacao_103944_1620" value="79772057" type="hidden">
                <input name="nr_Nota_103944_1620" id="nr_Nota_103944_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1730" id="ci_AlunoAvaliacao_103944_1730" value="77682659" type="hidden">
                <input name="nr_Nota_103944_1730" id="nr_Nota_103944_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1230537&nbsp;RENATO OLIVEIRA DE GOIS
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1230537" type="hidden"></td>
            
            <td id="colunaNotaAluno_1230537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_154" id="ci_AlunoAvaliacao_1230537_154" value="80381375" type="hidden">
                <input name="nr_Nota_1230537_154" id="nr_Nota_1230537_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_160" id="ci_AlunoAvaliacao_1230537_160" value="80467831" type="hidden">
                <input name="nr_Nota_1230537_160" id="nr_Nota_1230537_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_530" id="ci_AlunoAvaliacao_1230537_530" value="80469037" type="hidden">
                <input name="nr_Nota_1230537_530" id="nr_Nota_1230537_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_780" id="ci_AlunoAvaliacao_1230537_780" value="80468096" type="hidden">
                <input name="nr_Nota_1230537_780" id="nr_Nota_1230537_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_800" id="ci_AlunoAvaliacao_1230537_800" value="80468411" type="hidden">
                <input name="nr_Nota_1230537_800" id="nr_Nota_1230537_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_890" id="ci_AlunoAvaliacao_1230537_890" value="" type="hidden">
                <input name="nr_Nota_1230537_890" id="nr_Nota_1230537_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_970" id="ci_AlunoAvaliacao_1230537_970" value="80468554" type="hidden">
                <input name="nr_Nota_1230537_970" id="nr_Nota_1230537_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_3330" id="ci_AlunoAvaliacao_1230537_3330" value="80381472" type="hidden">
                <input name="nr_Nota_1230537_3330" id="nr_Nota_1230537_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1130" id="ci_AlunoAvaliacao_1230537_1130" value="80381608" type="hidden">
                <input name="nr_Nota_1230537_1130" id="nr_Nota_1230537_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1140" id="ci_AlunoAvaliacao_1230537_1140" value="80381167" type="hidden">
                <input name="nr_Nota_1230537_1140" id="nr_Nota_1230537_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1200" id="ci_AlunoAvaliacao_1230537_1200" value="80381783" type="hidden">
                <input name="nr_Nota_1230537_1200" id="nr_Nota_1230537_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1620" id="ci_AlunoAvaliacao_1230537_1620" value="80468714" type="hidden">
                <input name="nr_Nota_1230537_1620" id="nr_Nota_1230537_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1730" id="ci_AlunoAvaliacao_1230537_1730" value="80468987" type="hidden">
                <input name="nr_Nota_1230537_1730" id="nr_Nota_1230537_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1294020&nbsp;SAMIRA DA COSTA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1294020" type="hidden"></td>
            
            <td id="colunaNotaAluno_1294020_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_154" id="ci_AlunoAvaliacao_1294020_154" value="79672409" type="hidden">
                <input name="nr_Nota_1294020_154" id="nr_Nota_1294020_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_160" id="ci_AlunoAvaliacao_1294020_160" value="79431275" type="hidden">
                <input name="nr_Nota_1294020_160" id="nr_Nota_1294020_160" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_530" id="ci_AlunoAvaliacao_1294020_530" value="80469038" type="hidden">
                <input name="nr_Nota_1294020_530" id="nr_Nota_1294020_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_780" id="ci_AlunoAvaliacao_1294020_780" value="79437666" type="hidden">
                <input name="nr_Nota_1294020_780" id="nr_Nota_1294020_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_800" id="ci_AlunoAvaliacao_1294020_800" value="79434059" type="hidden">
                <input name="nr_Nota_1294020_800" id="nr_Nota_1294020_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_890" id="ci_AlunoAvaliacao_1294020_890" value="" type="hidden">
                <input name="nr_Nota_1294020_890" id="nr_Nota_1294020_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_970" id="ci_AlunoAvaliacao_1294020_970" value="79674095" type="hidden">
                <input name="nr_Nota_1294020_970" id="nr_Nota_1294020_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_3330" id="ci_AlunoAvaliacao_1294020_3330" value="79739440" type="hidden">
                <input name="nr_Nota_1294020_3330" id="nr_Nota_1294020_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1130" id="ci_AlunoAvaliacao_1294020_1130" value="80381609" type="hidden">
                <input name="nr_Nota_1294020_1130" id="nr_Nota_1294020_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1140" id="ci_AlunoAvaliacao_1294020_1140" value="79672196" type="hidden">
                <input name="nr_Nota_1294020_1140" id="nr_Nota_1294020_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1200" id="ci_AlunoAvaliacao_1294020_1200" value="77880857" type="hidden">
                <input name="nr_Nota_1294020_1200" id="nr_Nota_1294020_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1620" id="ci_AlunoAvaliacao_1294020_1620" value="78637156" type="hidden">
                <input name="nr_Nota_1294020_1620" id="nr_Nota_1294020_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1730" id="ci_AlunoAvaliacao_1294020_1730" value="80468988" type="hidden">
                <input name="nr_Nota_1294020_1730" id="nr_Nota_1294020_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;87652&nbsp;TAMIRES BEATRIZ PIRES DE SOUZA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="87652" type="hidden"></td>
            
            <td id="colunaNotaAluno_87652_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_154" id="ci_AlunoAvaliacao_87652_154" value="80381376" type="hidden">
                <input name="nr_Nota_87652_154" id="nr_Nota_87652_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_160" id="ci_AlunoAvaliacao_87652_160" value="80467832" type="hidden">
                <input name="nr_Nota_87652_160" id="nr_Nota_87652_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_530" id="ci_AlunoAvaliacao_87652_530" value="80469039" type="hidden">
                <input name="nr_Nota_87652_530" id="nr_Nota_87652_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_780" id="ci_AlunoAvaliacao_87652_780" value="80468097" type="hidden">
                <input name="nr_Nota_87652_780" id="nr_Nota_87652_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_800" id="ci_AlunoAvaliacao_87652_800" value="80468412" type="hidden">
                <input name="nr_Nota_87652_800" id="nr_Nota_87652_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_890" id="ci_AlunoAvaliacao_87652_890" value="89732120" type="hidden">
                <input name="nr_Nota_87652_890" id="nr_Nota_87652_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_970" id="ci_AlunoAvaliacao_87652_970" value="80468555" type="hidden">
                <input name="nr_Nota_87652_970" id="nr_Nota_87652_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_3330" id="ci_AlunoAvaliacao_87652_3330" value="80381473" type="hidden">
                <input name="nr_Nota_87652_3330" id="nr_Nota_87652_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1130" id="ci_AlunoAvaliacao_87652_1130" value="80381610" type="hidden">
                <input name="nr_Nota_87652_1130" id="nr_Nota_87652_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1140" id="ci_AlunoAvaliacao_87652_1140" value="80381168" type="hidden">
                <input name="nr_Nota_87652_1140" id="nr_Nota_87652_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1200" id="ci_AlunoAvaliacao_87652_1200" value="80381784" type="hidden">
                <input name="nr_Nota_87652_1200" id="nr_Nota_87652_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1620" id="ci_AlunoAvaliacao_87652_1620" value="80468715" type="hidden">
                <input name="nr_Nota_87652_1620" id="nr_Nota_87652_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1730" id="ci_AlunoAvaliacao_87652_1730" value="80468989" type="hidden">
                <input name="nr_Nota_87652_1730" id="nr_Nota_87652_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1906915&nbsp;THAYGUER DA SILVA ARRUDA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1906915" type="hidden"></td>
            
            <td id="colunaNotaAluno_1906915_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_154" id="ci_AlunoAvaliacao_1906915_154" value="78536362" type="hidden">
                <input name="nr_Nota_1906915_154" id="nr_Nota_1906915_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_160" id="ci_AlunoAvaliacao_1906915_160" value="78514392" type="hidden">
                <input name="nr_Nota_1906915_160" id="nr_Nota_1906915_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_530" id="ci_AlunoAvaliacao_1906915_530" value="78543147" type="hidden">
                <input name="nr_Nota_1906915_530" id="nr_Nota_1906915_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_780" id="ci_AlunoAvaliacao_1906915_780" value="79306816" type="hidden">
                <input name="nr_Nota_1906915_780" id="nr_Nota_1906915_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_800" id="ci_AlunoAvaliacao_1906915_800" value="78642759" type="hidden">
                <input name="nr_Nota_1906915_800" id="nr_Nota_1906915_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_890" id="ci_AlunoAvaliacao_1906915_890" value="78541266" type="hidden">
                <input name="nr_Nota_1906915_890" id="nr_Nota_1906915_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_970" id="ci_AlunoAvaliacao_1906915_970" value="78512176" type="hidden">
                <input name="nr_Nota_1906915_970" id="nr_Nota_1906915_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_3330" id="ci_AlunoAvaliacao_1906915_3330" value="78516998" type="hidden">
                <input name="nr_Nota_1906915_3330" id="nr_Nota_1906915_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1130" id="ci_AlunoAvaliacao_1906915_1130" value="78538233" type="hidden">
                <input name="nr_Nota_1906915_1130" id="nr_Nota_1906915_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1140" id="ci_AlunoAvaliacao_1906915_1140" value="78542482" type="hidden">
                <input name="nr_Nota_1906915_1140" id="nr_Nota_1906915_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1200" id="ci_AlunoAvaliacao_1906915_1200" value="77347116" type="hidden">
                <input name="nr_Nota_1906915_1200" id="nr_Nota_1906915_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1620" id="ci_AlunoAvaliacao_1906915_1620" value="79771124" type="hidden">
                <input name="nr_Nota_1906915_1620" id="nr_Nota_1906915_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1730" id="ci_AlunoAvaliacao_1906915_1730" value="77680488" type="hidden">
                <input name="nr_Nota_1906915_1730" id="nr_Nota_1906915_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690531&nbsp;TIAGO ANDERSON MUNIZ DE SOUSA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2690531" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690531_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_154" id="ci_AlunoAvaliacao_2690531_154" value="80381377" type="hidden">
                <input name="nr_Nota_2690531_154" id="nr_Nota_2690531_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_160" id="ci_AlunoAvaliacao_2690531_160" value="80467833" type="hidden">
                <input name="nr_Nota_2690531_160" id="nr_Nota_2690531_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_530" id="ci_AlunoAvaliacao_2690531_530" value="80469040" type="hidden">
                <input name="nr_Nota_2690531_530" id="nr_Nota_2690531_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_780" id="ci_AlunoAvaliacao_2690531_780" value="80468098" type="hidden">
                <input name="nr_Nota_2690531_780" id="nr_Nota_2690531_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_800" id="ci_AlunoAvaliacao_2690531_800" value="80468413" type="hidden">
                <input name="nr_Nota_2690531_800" id="nr_Nota_2690531_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_890" id="ci_AlunoAvaliacao_2690531_890" value="" type="hidden">
                <input name="nr_Nota_2690531_890" id="nr_Nota_2690531_890" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_970" id="ci_AlunoAvaliacao_2690531_970" value="80468556" type="hidden">
                <input name="nr_Nota_2690531_970" id="nr_Nota_2690531_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_3330" id="ci_AlunoAvaliacao_2690531_3330" value="80381474" type="hidden">
                <input name="nr_Nota_2690531_3330" id="nr_Nota_2690531_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1130" id="ci_AlunoAvaliacao_2690531_1130" value="80381611" type="hidden">
                <input name="nr_Nota_2690531_1130" id="nr_Nota_2690531_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1140" id="ci_AlunoAvaliacao_2690531_1140" value="80381169" type="hidden">
                <input name="nr_Nota_2690531_1140" id="nr_Nota_2690531_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1200" id="ci_AlunoAvaliacao_2690531_1200" value="80381785" type="hidden">
                <input name="nr_Nota_2690531_1200" id="nr_Nota_2690531_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1620" id="ci_AlunoAvaliacao_2690531_1620" value="80468716" type="hidden">
                <input name="nr_Nota_2690531_1620" id="nr_Nota_2690531_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1730" id="ci_AlunoAvaliacao_2690531_1730" value="80468990" type="hidden">
                <input name="nr_Nota_2690531_1730" id="nr_Nota_2690531_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1290441&nbsp;VALDILENE FERREIRA MOURA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1290441" type="hidden"></td>
            
            <td id="colunaNotaAluno_1290441_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_154" id="ci_AlunoAvaliacao_1290441_154" value="79672410" type="hidden">
                <input name="nr_Nota_1290441_154" id="nr_Nota_1290441_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_160" id="ci_AlunoAvaliacao_1290441_160" value="79431276" type="hidden">
                <input name="nr_Nota_1290441_160" id="nr_Nota_1290441_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_530" id="ci_AlunoAvaliacao_1290441_530" value="80469041" type="hidden">
                <input name="nr_Nota_1290441_530" id="nr_Nota_1290441_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_780" id="ci_AlunoAvaliacao_1290441_780" value="79437667" type="hidden">
                <input name="nr_Nota_1290441_780" id="nr_Nota_1290441_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_800" id="ci_AlunoAvaliacao_1290441_800" value="79434060" type="hidden">
                <input name="nr_Nota_1290441_800" id="nr_Nota_1290441_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_890" id="ci_AlunoAvaliacao_1290441_890" value="89732121" type="hidden">
                <input name="nr_Nota_1290441_890" id="nr_Nota_1290441_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_970" id="ci_AlunoAvaliacao_1290441_970" value="79674096" type="hidden">
                <input name="nr_Nota_1290441_970" id="nr_Nota_1290441_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_3330" id="ci_AlunoAvaliacao_1290441_3330" value="79739441" type="hidden">
                <input name="nr_Nota_1290441_3330" id="nr_Nota_1290441_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1130" id="ci_AlunoAvaliacao_1290441_1130" value="80381612" type="hidden">
                <input name="nr_Nota_1290441_1130" id="nr_Nota_1290441_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1140" id="ci_AlunoAvaliacao_1290441_1140" value="79672197" type="hidden">
                <input name="nr_Nota_1290441_1140" id="nr_Nota_1290441_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1200" id="ci_AlunoAvaliacao_1290441_1200" value="80381786" type="hidden">
                <input name="nr_Nota_1290441_1200" id="nr_Nota_1290441_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1620" id="ci_AlunoAvaliacao_1290441_1620" value="78637157" type="hidden">
                <input name="nr_Nota_1290441_1620" id="nr_Nota_1290441_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1730" id="ci_AlunoAvaliacao_1290441_1730" value="80468991" type="hidden">
                <input name="nr_Nota_1290441_1730" id="nr_Nota_1290441_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690543&nbsp;VINICIUS ALVES FREITAS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="2690543" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690543_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_154" id="ci_AlunoAvaliacao_2690543_154" value="80381378" type="hidden">
                <input name="nr_Nota_2690543_154" id="nr_Nota_2690543_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_160" id="ci_AlunoAvaliacao_2690543_160" value="80467834" type="hidden">
                <input name="nr_Nota_2690543_160" id="nr_Nota_2690543_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_530" id="ci_AlunoAvaliacao_2690543_530" value="80469042" type="hidden">
                <input name="nr_Nota_2690543_530" id="nr_Nota_2690543_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_780" id="ci_AlunoAvaliacao_2690543_780" value="80468099" type="hidden">
                <input name="nr_Nota_2690543_780" id="nr_Nota_2690543_780" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_800" id="ci_AlunoAvaliacao_2690543_800" value="80468414" type="hidden">
                <input name="nr_Nota_2690543_800" id="nr_Nota_2690543_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_890" id="ci_AlunoAvaliacao_2690543_890" value="82699387" type="hidden">
                <input name="nr_Nota_2690543_890" id="nr_Nota_2690543_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_970" id="ci_AlunoAvaliacao_2690543_970" value="80468557" type="hidden">
                <input name="nr_Nota_2690543_970" id="nr_Nota_2690543_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_3330" id="ci_AlunoAvaliacao_2690543_3330" value="80381475" type="hidden">
                <input name="nr_Nota_2690543_3330" id="nr_Nota_2690543_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1130" id="ci_AlunoAvaliacao_2690543_1130" value="80381613" type="hidden">
                <input name="nr_Nota_2690543_1130" id="nr_Nota_2690543_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1140" id="ci_AlunoAvaliacao_2690543_1140" value="80381170" type="hidden">
                <input name="nr_Nota_2690543_1140" id="nr_Nota_2690543_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1200" id="ci_AlunoAvaliacao_2690543_1200" value="80381787" type="hidden">
                <input name="nr_Nota_2690543_1200" id="nr_Nota_2690543_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1620" id="ci_AlunoAvaliacao_2690543_1620" value="80468717" type="hidden">
                <input name="nr_Nota_2690543_1620" id="nr_Nota_2690543_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1730" id="ci_AlunoAvaliacao_2690543_1730" value="80468992" type="hidden">
                <input name="nr_Nota_2690543_1730" id="nr_Nota_2690543_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;370061&nbsp;WANDERSON FERREIRA DE ARAUJO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="370061" type="hidden"></td>
            
            <td id="colunaNotaAluno_370061_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_154" id="ci_AlunoAvaliacao_370061_154" value="80381379" type="hidden">
                <input name="nr_Nota_370061_154" id="nr_Nota_370061_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_160" id="ci_AlunoAvaliacao_370061_160" value="80467835" type="hidden">
                <input name="nr_Nota_370061_160" id="nr_Nota_370061_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_530" id="ci_AlunoAvaliacao_370061_530" value="80469043" type="hidden">
                <input name="nr_Nota_370061_530" id="nr_Nota_370061_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_780" id="ci_AlunoAvaliacao_370061_780" value="80468100" type="hidden">
                <input name="nr_Nota_370061_780" id="nr_Nota_370061_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_800" id="ci_AlunoAvaliacao_370061_800" value="80468415" type="hidden">
                <input name="nr_Nota_370061_800" id="nr_Nota_370061_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_890" id="ci_AlunoAvaliacao_370061_890" value="89732122" type="hidden">
                <input name="nr_Nota_370061_890" id="nr_Nota_370061_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_970" id="ci_AlunoAvaliacao_370061_970" value="80468558" type="hidden">
                <input name="nr_Nota_370061_970" id="nr_Nota_370061_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_3330" id="ci_AlunoAvaliacao_370061_3330" value="80381476" type="hidden">
                <input name="nr_Nota_370061_3330" id="nr_Nota_370061_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1130" id="ci_AlunoAvaliacao_370061_1130" value="80381614" type="hidden">
                <input name="nr_Nota_370061_1130" id="nr_Nota_370061_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1140" id="ci_AlunoAvaliacao_370061_1140" value="80381171" type="hidden">
                <input name="nr_Nota_370061_1140" id="nr_Nota_370061_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1200" id="ci_AlunoAvaliacao_370061_1200" value="80381788" type="hidden">
                <input name="nr_Nota_370061_1200" id="nr_Nota_370061_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1620" id="ci_AlunoAvaliacao_370061_1620" value="80468718" type="hidden">
                <input name="nr_Nota_370061_1620" id="nr_Nota_370061_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1730" id="ci_AlunoAvaliacao_370061_1730" value="80468993" type="hidden">
                <input name="nr_Nota_370061_1730" id="nr_Nota_370061_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228322&nbsp;ISABELLE HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1228322" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228322_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_154" id="ci_AlunoAvaliacao_1228322_154" value="78661205" type="hidden">
                <input name="nr_Nota_1228322_154" id="nr_Nota_1228322_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_160" id="ci_AlunoAvaliacao_1228322_160" value="78659402" type="hidden">
                <input name="nr_Nota_1228322_160" id="nr_Nota_1228322_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_530" id="ci_AlunoAvaliacao_1228322_530" value="78663489" type="hidden">
                <input name="nr_Nota_1228322_530" id="nr_Nota_1228322_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_780" id="ci_AlunoAvaliacao_1228322_780" value="79309097" type="hidden">
                <input name="nr_Nota_1228322_780" id="nr_Nota_1228322_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_800" id="ci_AlunoAvaliacao_1228322_800" value="78658748" type="hidden">
                <input name="nr_Nota_1228322_800" id="nr_Nota_1228322_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_890" id="ci_AlunoAvaliacao_1228322_890" value="78662487" type="hidden">
                <input name="nr_Nota_1228322_890" id="nr_Nota_1228322_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_970" id="ci_AlunoAvaliacao_1228322_970" value="78657343" type="hidden">
                <input name="nr_Nota_1228322_970" id="nr_Nota_1228322_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_3330" id="ci_AlunoAvaliacao_1228322_3330" value="78663188" type="hidden">
                <input name="nr_Nota_1228322_3330" id="nr_Nota_1228322_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1130" id="ci_AlunoAvaliacao_1228322_1130" value="78661950" type="hidden">
                <input name="nr_Nota_1228322_1130" id="nr_Nota_1228322_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1140" id="ci_AlunoAvaliacao_1228322_1140" value="78660198" type="hidden">
                <input name="nr_Nota_1228322_1140" id="nr_Nota_1228322_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1200" id="ci_AlunoAvaliacao_1228322_1200" value="77352189" type="hidden">
                <input name="nr_Nota_1228322_1200" id="nr_Nota_1228322_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1620" id="ci_AlunoAvaliacao_1228322_1620" value="79775180" type="hidden">
                <input name="nr_Nota_1228322_1620" id="nr_Nota_1228322_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1730" id="ci_AlunoAvaliacao_1228322_1730" value="77685828" type="hidden">
                <input name="nr_Nota_1228322_1730" id="nr_Nota_1228322_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228051&nbsp;PAULO ROBERTO CASTRO DE SOUSA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1228051" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228051_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_154" id="ci_AlunoAvaliacao_1228051_154" value="79322804" type="hidden">
                <input name="nr_Nota_1228051_154" id="nr_Nota_1228051_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_160" id="ci_AlunoAvaliacao_1228051_160" value="78801527" type="hidden">
                <input name="nr_Nota_1228051_160" id="nr_Nota_1228051_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_530" id="ci_AlunoAvaliacao_1228051_530" value="78808853" type="hidden">
                <input name="nr_Nota_1228051_530" id="nr_Nota_1228051_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_780" id="ci_AlunoAvaliacao_1228051_780" value="79302867" type="hidden">
                <input name="nr_Nota_1228051_780" id="nr_Nota_1228051_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_800" id="ci_AlunoAvaliacao_1228051_800" value="78826613" type="hidden">
                <input name="nr_Nota_1228051_800" id="nr_Nota_1228051_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_890" id="ci_AlunoAvaliacao_1228051_890" value="96845208" type="hidden">
                <input name="nr_Nota_1228051_890" id="nr_Nota_1228051_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_970" id="ci_AlunoAvaliacao_1228051_970" value="78793973" type="hidden">
                <input name="nr_Nota_1228051_970" id="nr_Nota_1228051_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_3330" id="ci_AlunoAvaliacao_1228051_3330" value="79275188" type="hidden">
                <input name="nr_Nota_1228051_3330" id="nr_Nota_1228051_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1130" id="ci_AlunoAvaliacao_1228051_1130" value="102701723" type="hidden">
                <input name="nr_Nota_1228051_1130" id="nr_Nota_1228051_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1140" id="ci_AlunoAvaliacao_1228051_1140" value="78777264" type="hidden">
                <input name="nr_Nota_1228051_1140" id="nr_Nota_1228051_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1200" id="ci_AlunoAvaliacao_1228051_1200" value="78773222" type="hidden">
                <input name="nr_Nota_1228051_1200" id="nr_Nota_1228051_1200" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1620" id="ci_AlunoAvaliacao_1228051_1620" value="78936599" type="hidden">
                <input name="nr_Nota_1228051_1620" id="nr_Nota_1228051_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1730" id="ci_AlunoAvaliacao_1228051_1730" value="79309446" type="hidden">
                <input name="nr_Nota_1228051_1730" id="nr_Nota_1228051_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1458608&nbsp;BRUNA ERICA DE SOUZA
              <input id="cd_Aluno_45" name="cd_Aluno_45" value="1458608" type="hidden"></td>
            
            <td id="colunaNotaAluno_1458608_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_154" id="ci_AlunoAvaliacao_1458608_154" value="102701146" type="hidden">
                <input name="nr_Nota_1458608_154" id="nr_Nota_1458608_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_160" id="ci_AlunoAvaliacao_1458608_160" value="102701147" type="hidden">
                <input name="nr_Nota_1458608_160" id="nr_Nota_1458608_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_530" id="ci_AlunoAvaliacao_1458608_530" value="102701148" type="hidden">
                <input name="nr_Nota_1458608_530" id="nr_Nota_1458608_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_780" id="ci_AlunoAvaliacao_1458608_780" value="102701149" type="hidden">
                <input name="nr_Nota_1458608_780" id="nr_Nota_1458608_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_800" id="ci_AlunoAvaliacao_1458608_800" value="102701150" type="hidden">
                <input name="nr_Nota_1458608_800" id="nr_Nota_1458608_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_890" id="ci_AlunoAvaliacao_1458608_890" value="102701151" type="hidden">
                <input name="nr_Nota_1458608_890" id="nr_Nota_1458608_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_970" id="ci_AlunoAvaliacao_1458608_970" value="102701152" type="hidden">
                <input name="nr_Nota_1458608_970" id="nr_Nota_1458608_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_3330" id="ci_AlunoAvaliacao_1458608_3330" value="102701153" type="hidden">
                <input name="nr_Nota_1458608_3330" id="nr_Nota_1458608_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1130" id="ci_AlunoAvaliacao_1458608_1130" value="102701154" type="hidden">
                <input name="nr_Nota_1458608_1130" id="nr_Nota_1458608_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1140" id="ci_AlunoAvaliacao_1458608_1140" value="101740832" type="hidden">
                <input name="nr_Nota_1458608_1140" id="nr_Nota_1458608_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1200" id="ci_AlunoAvaliacao_1458608_1200" value="102701155" type="hidden">
                <input name="nr_Nota_1458608_1200" id="nr_Nota_1458608_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1620" id="ci_AlunoAvaliacao_1458608_1620" value="102701156" type="hidden">
                <input name="nr_Nota_1458608_1620" id="nr_Nota_1458608_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1730" id="ci_AlunoAvaliacao_1458608_1730" value="102701157" type="hidden">
                <input name="nr_Nota_1458608_1730" id="nr_Nota_1458608_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202410&nbsp;PAULO VICTOR LIMA NASCIMENTO
              <input id="cd_Aluno_46" name="cd_Aluno_46" value="1202410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_154" id="ci_AlunoAvaliacao_1202410_154" value="78790713" type="hidden">
                <input name="nr_Nota_1202410_154" id="nr_Nota_1202410_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_160" id="ci_AlunoAvaliacao_1202410_160" value="78791585" type="hidden">
                <input name="nr_Nota_1202410_160" id="nr_Nota_1202410_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_530" id="ci_AlunoAvaliacao_1202410_530" value="78792293" type="hidden">
                <input name="nr_Nota_1202410_530" id="nr_Nota_1202410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_780" id="ci_AlunoAvaliacao_1202410_780" value="79319850" type="hidden">
                <input name="nr_Nota_1202410_780" id="nr_Nota_1202410_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_800" id="ci_AlunoAvaliacao_1202410_800" value="78787410" type="hidden">
                <input name="nr_Nota_1202410_800" id="nr_Nota_1202410_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_890" id="ci_AlunoAvaliacao_1202410_890" value="87694040" type="hidden">
                <input name="nr_Nota_1202410_890" id="nr_Nota_1202410_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_970" id="ci_AlunoAvaliacao_1202410_970" value="78786081" type="hidden">
                <input name="nr_Nota_1202410_970" id="nr_Nota_1202410_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_3330" id="ci_AlunoAvaliacao_1202410_3330" value="78791793" type="hidden">
                <input name="nr_Nota_1202410_3330" id="nr_Nota_1202410_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1130" id="ci_AlunoAvaliacao_1202410_1130" value="78791136" type="hidden">
                <input name="nr_Nota_1202410_1130" id="nr_Nota_1202410_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1140" id="ci_AlunoAvaliacao_1202410_1140" value="78788617" type="hidden">
                <input name="nr_Nota_1202410_1140" id="nr_Nota_1202410_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1200" id="ci_AlunoAvaliacao_1202410_1200" value="78787749" type="hidden">
                <input name="nr_Nota_1202410_1200" id="nr_Nota_1202410_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1620" id="ci_AlunoAvaliacao_1202410_1620" value="78790107" type="hidden">
                <input name="nr_Nota_1202410_1620" id="nr_Nota_1202410_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1730" id="ci_AlunoAvaliacao_1202410_1730" value="77722947" type="hidden">
                <input name="nr_Nota_1202410_1730" id="nr_Nota_1202410_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;357447&nbsp;PRISCILA CUNHA DE ANDRADE
              <input id="cd_Aluno_47" name="cd_Aluno_47" value="357447" type="hidden"></td>
            
            <td id="colunaNotaAluno_357447_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_154" id="ci_AlunoAvaliacao_357447_154" value="102921154" type="hidden">
                <input name="nr_Nota_357447_154" id="nr_Nota_357447_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_160" id="ci_AlunoAvaliacao_357447_160" value="78362900" type="hidden">
                <input name="nr_Nota_357447_160" id="nr_Nota_357447_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_530" id="ci_AlunoAvaliacao_357447_530" value="102921155" type="hidden">
                <input name="nr_Nota_357447_530" id="nr_Nota_357447_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_780" id="ci_AlunoAvaliacao_357447_780" value="78362901" type="hidden">
                <input name="nr_Nota_357447_780" id="nr_Nota_357447_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_800" id="ci_AlunoAvaliacao_357447_800" value="78362902" type="hidden">
                <input name="nr_Nota_357447_800" id="nr_Nota_357447_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_890" id="ci_AlunoAvaliacao_357447_890" value="78362903" type="hidden">
                <input name="nr_Nota_357447_890" id="nr_Nota_357447_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_970" id="ci_AlunoAvaliacao_357447_970" value="78362904" type="hidden">
                <input name="nr_Nota_357447_970" id="nr_Nota_357447_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_3330" id="ci_AlunoAvaliacao_357447_3330" value="78362905" type="hidden">
                <input name="nr_Nota_357447_3330" id="nr_Nota_357447_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1130" id="ci_AlunoAvaliacao_357447_1130" value="" type="hidden">
                <input name="nr_Nota_357447_1130" id="nr_Nota_357447_1130" size="7" maxlength="4" class="textoCampos" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1140" id="ci_AlunoAvaliacao_357447_1140" value="78362906" type="hidden">
                <input name="nr_Nota_357447_1140" id="nr_Nota_357447_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1200" id="ci_AlunoAvaliacao_357447_1200" value="78362907" type="hidden">
                <input name="nr_Nota_357447_1200" id="nr_Nota_357447_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1620" id="ci_AlunoAvaliacao_357447_1620" value="78362908" type="hidden">
                <input name="nr_Nota_357447_1620" id="nr_Nota_357447_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1730" id="ci_AlunoAvaliacao_357447_1730" value="78362909" type="hidden">
                <input name="nr_Nota_357447_1730" id="nr_Nota_357447_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 563px; left: 985px;" id="tooltip"><h3>LINGUA PORTUGUESA</h3><div class="body">ICARO SALMITO GONCALVES RIBEIRO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>